]> sourceware.org Git - automake.git/commitdiff
(ID, TAGS): Include HEADERS
authorTom Tromey <tromey@redhat.com>
Tue, 14 Nov 1995 01:40:08 +0000 (01:40 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Nov 1995 01:40:08 +0000 (01:40 +0000)
footer.am
lib/am/footer.am

index cd1bcea723e51dd449d3c94869fdb86787198c90..a1c44661812325a4dc1f11200aed92733655fd89 100644 (file)
--- 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.
index cd1bcea723e51dd449d3c94869fdb86787198c90..a1c44661812325a4dc1f11200aed92733655fd89 100644 (file)
@@ -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.
This page took 0.028425 seconds and 5 git commands to generate.