summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-09-04 06:15:25 +0000
committerJim Blandy <jimb@red-bean.com>1996-09-04 06:15:25 +0000
commite2cac61bd50915890c9737239bf7d6f12119533a (patch)
tree0c48e3ff4d13637cc6cef252326bff761cff72fc
parent228ada6301a910c563d6755c2ae7e2e5ff7db723 (diff)
downloadguile-e2cac61bd50915890c9737239bf7d6f12119533a.tar.gz
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.
-rw-r--r--libguile/.cvsignore1
1 files changed, 1 insertions, 0 deletions
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