From: hanwen Date: Sat, 12 Nov 2005 18:47:06 +0000 (+0000) Subject: (local-uninstall): remove X-Git-Tag: release/2.7.20~72 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00af8e288b0b1b6b013eaa2f7d15435e09cfe1d6;p=lilypond.git (local-uninstall): remove music-drawing-routines.ps juggling. --- diff --git a/ChangeLog b/ChangeLog index 8bdbfed1f3..03a31f0807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-12 Han-Wen Nienhuys + * tex/GNUmakefile (local-uninstall): remove + music-drawing-routines.ps juggling. + * stepmake/stepmake/install-targets.make (local-install-files): prepend src-dir to install targets. diff --git a/kpath-guile/kpath.c b/kpath-guile/kpath.c index 3b8f988778..64cdb187d9 100644 --- a/kpath-guile/kpath.c +++ b/kpath-guile/kpath.c @@ -110,8 +110,12 @@ SCM ly_kpathsea_expand_variable (SCM var) return ret; } +#ifndef DYNAMIC_OBJECT_EXTENSION +#define DYNAMIC_OBJECT_EXTENSION ".so" +#endif + -static char const* LIBKPATHSEA = "libkpathsea.so"; +static char const* LIBKPATHSEA = "libkpathsea" DYNAMIC_OBJECT_EXTENSION; int open_library () diff --git a/tex/GNUmakefile b/tex/GNUmakefile index ddc3a88094..b29da5acbf 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -5,14 +5,10 @@ EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex texinfo.cnf STEPMAKE_TEMPLATES=install install-out INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ -INSTALLATION_FILES=$(TEX_FILES) $(outdir)/music-drawing-routines.ps +INSTALLATION_FILES=$(TEX_FILES) include $(depth)/make/stepmake.make -$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps - rm -f $@ - -ln $< $@ - local-uninstall: -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex