summaryrefslogtreecommitdiff
path: root/footer.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-14 01:40:08 +0000
committerTom Tromey <tromey@redhat.com>1995-11-14 01:40:08 +0000
commitbac1159e72bcb3e39f168d7ec3957989bfb9f839 (patch)
treee93b049e72298f60d97008fefdedfa6cd2103ba6 /footer.am
parent9fdc6dd3e8cb758bda8512f5951d699a20db3994 (diff)
downloadautomake-bac1159e72bcb3e39f168d7ec3957989bfb9f839.tar.gz
(ID, TAGS): Include HEADERS
Diffstat (limited to 'footer.am')
-rw-r--r--footer.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/footer.am b/footer.am
index cd1bcea72..a1c446618 100644
--- a/footer.am
+++ b/footer.am
@@ -3,12 +3,12 @@ check dvi info install uninstall::
id:: ID
ID::
- here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES)
+ here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
tags:: TAGS
TAGS::
- here=`pwd`; cd $(srcdir) && etags $(SOURCES) -o $$here/TAGS
+ here=`pwd`; cd $(srcdir) && etags $(SOURCES) $(HEADERS) -o $$here/TAGS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.