Put the library path in a header file, instead of passing it on
authorJim Blandy <jimb@red-bean.com>
Wed, 4 Sep 1996 06:16:00 +0000 (06:16 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 4 Sep 1996 06:16:00 +0000 (06:16 +0000)
commit78bbef0de7e31efda67b167d1c5d1b7961785a37
tree72964b5e87b1adc8addb27276398154c3bf4213b
parente2cac61bd50915890c9737239bf7d6f12119533a
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.
(feature.o): Depend on libpath.h.
(clean): Delete libpath.h.
(ALL_CFLAGS): Don't use -DLIBRARY_PATH here.  Instead ...
* feature.c: ... #include "libpath.h" here.
* .cvsignore: Ignore libpath.h.
libguile/feature.c