1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

* Makefile.am (Makefile.am): Replaced THREAD_LIBS --> GUILE_LIBS

in generation of libpath.h.
This commit is contained in:
Mikael Djurfeldt 1998-04-18 21:58:24 +00:00
parent 3822dd6102
commit 90ff3ec5f6

View file

@ -29,6 +29,7 @@ libguile_la_SOURCES = \
version.c vports.c weaks.c fluids.c
BUILT_SOURCES = \
cpp_err_symbols.c cpp_sig_symbols.c libpath.h versiondat.h \
alist.x appinit.x arbiters.x async.x boolean.x chars.x \
continuations.x dynl.x dynwind.x eq.x error.x eval.x feature.x \
filesys.x fports.x gc.x gdbint.x genio.x gh_data.x gh_eval.x \
@ -104,7 +105,7 @@ EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads dynl-dl.c \
coop-threads.c.cygnus mit-pthreads.h mit-pthreads.c fsu-pthreads.h
## FIXME: Consider using timestamp file, to avoid unnecessary rebuilds.
libpath.h: Makefile
libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
@echo "Generating libpath.h..."
@rm -f libpath.tmp
@echo '/* generated by Makefile */' > libpath.tmp
@ -132,12 +133,12 @@ libpath.h: Makefile
@echo ' { "pkglibdir", "$(libdir)/@PACKAGE@" }, \' >> libpath.tmp
@echo ' { "pkgincludedir", "$(includedir)/@PACKAGE@" }, \' \
>> libpath.tmp
@echo ' { "LIBS", "@THREAD_LIBS@" }, \' >> libpath.tmp
@echo ' { "LIBS", "@GUILE_LIBS@" }, \' >> libpath.tmp
@echo '}' >> libpath.tmp
@mv libpath.tmp libpath.h
## FIXME: Consider using timestamp file, to avoid unnecessary rebuilds.
versiondat.h: Makefile
versiondat.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
@echo "Generating versiondat.h..."
@rm -f versiondat.tmp
@echo '/* generated by Makefile */' > versiondat.tmp