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

Put the library path in a header file, instead of passing it on

the command line in every compilation.
* Makefile.in (libpath.h): New target.
(features.o): Depend on libpath.h.
(clean): Delete libpath.h.
(ALL_CFLAGS): Don't use -DLIBRARY_PATH here.  Instead ...
* features.c: ... #include "libpath.h" here.
* .cvsignore: Ignore libpath.h.
This commit is contained in:
Jim Blandy 1996-09-04 06:15:25 +00:00
parent 228ada6301
commit e2cac61bd5

View file

@ -5,3 +5,4 @@ config.cache
fd.h fd.h
scmconfig.h scmconfig.h
*.x *.x
libpath.h