summaryrefslogtreecommitdiffstats
path: root/depend.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 16:56:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 16:56:31 -0800
commit0a017cee2b2a0d798d79ab09b89826def053f6e6 (patch)
tree334471d46e75c7f77d7dbee88dba401f0593a687 /depend.txr
parentb6f5aadfccea8bccadd6c56b57fe6f6b80cfc213 (diff)
downloadtxr-0a017cee2b2a0d798d79ab09b89826def053f6e6.tar.gz
txr-0a017cee2b2a0d798d79ab09b89826def053f6e6.tar.bz2
txr-0a017cee2b2a0d798d79ab09b89826def053f6e6.zip
* configure (cross): Print out value of $cross in --help.
* depend.txr: Add "config.h" to list of headers that are not prefixed with $(top_srcdir). * dep.mk: Regenerated.
Diffstat (limited to 'depend.txr')
-rw-r--r--depend.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/depend.txr b/depend.txr
index 23feba6b..9b5e568b 100644
--- a/depend.txr
+++ b/depend.txr
@@ -5,7 +5,7 @@
@(collect)
#include "@hdr"
@(cases)
-@(bind hdr ("y.tab.h"))
+@(bind hdr ("y.tab.h" "config.h"))
@(bind header hdr)
@(or)
@(bind header `$(top_srcdir)/@hdr`)