From e2cac61bd50915890c9737239bf7d6f12119533a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 4 Sep 1996 06:15:25 +0000 Subject: [PATCH] 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. --- libguile/.cvsignore | 1 + 1 file changed, 1 insertion(+) diff --git a/libguile/.cvsignore b/libguile/.cvsignore index 9f31a0984..e4632e405 100644 --- a/libguile/.cvsignore +++ b/libguile/.cvsignore @@ -5,3 +5,4 @@ config.cache fd.h scmconfig.h *.x +libpath.h \ No newline at end of file