Put the library path in a header file, instead of passing it on
authorJim Blandy <jimb@red-bean.com>
Wed, 4 Sep 1996 06:15:25 +0000 (06:15 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 4 Sep 1996 06:15:25 +0000 (06:15 +0000)
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.

libguile/.cvsignore

index 9f31a09..e4632e4 100644 (file)
@@ -5,3 +5,4 @@ config.cache
 fd.h
 scmconfig.h
 *.x
+libpath.h
\ No newline at end of file