mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +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:
parent
228ada6301
commit
e2cac61bd5
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ config.cache
|
||||||
fd.h
|
fd.h
|
||||||
scmconfig.h
|
scmconfig.h
|
||||||
*.x
|
*.x
|
||||||
|
libpath.h
|
Loading…
Add table
Add a link
Reference in a new issue