From e8ef61a28938d0e5dd709f29646327abd87da4bf Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 14 Nov 1995 01:40:08 +0000 Subject: [PATCH] (ID, TAGS): Include HEADERS --- footer.am | 4 ++-- lib/am/footer.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/footer.am b/footer.am index cd1bcea7..a1c44661 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. diff --git a/lib/am/footer.am b/lib/am/footer.am index cd1bcea7..a1c44661 100644 --- a/lib/am/footer.am +++ b/lib/am/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. -- 2.43.5