From: Tom Tromey Date: Thu, 16 Nov 1995 18:27:53 +0000 (+0000) Subject: TAGS and ID targets now in tags-subd.am X-Git-Tag: Release-0-25~310 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1b3e22679642507aa1749fd9cd615c7ddd1b4a1a;p=automake.git TAGS and ID targets now in tags-subd.am --- diff --git a/footer.am b/footer.am index a1c44661..0b4f28f7 100644 --- a/footer.am +++ b/footer.am @@ -1,15 +1,5 @@ check dvi info install uninstall:: -id:: ID - -ID:: - here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS) - -tags:: TAGS - -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. .NOEXPORT: diff --git a/lib/am/footer.am b/lib/am/footer.am index a1c44661..0b4f28f7 100644 --- a/lib/am/footer.am +++ b/lib/am/footer.am @@ -1,15 +1,5 @@ check dvi info install uninstall:: -id:: ID - -ID:: - here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS) - -tags:: TAGS - -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. .NOEXPORT: