From: Roland McGrath Date: Tue, 10 Mar 1992 22:15:32 +0000 (+0000) Subject: Formerly compatMakefile.~21~ X-Git-Tag: 3.70.2~836 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7ba58803052be0d68dc836a5af778729c50e3ff;p=thirdparty%2Fmake.git Formerly compatMakefile.~21~ --- diff --git a/compatMakefile b/compatMakefile index 3e55a451..6a87e8a7 100644 --- a/compatMakefile +++ b/compatMakefile @@ -152,10 +152,11 @@ glob/libglob.a: force cd glob; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS) -I..' libglob.a force: -TAGS: $(srcs) - etags -tw $(srcs) -tags: $(srcs) - ctags -tw $(srcs) +tagsrcs = $(srcs) remote-*.c *.h +TAGS: $(tagsrcs) + etags -tw $(tagsrcs) +tags: $(tagsrcs) + ctags -tw $(tagsrcs) .PHONY: install install: $(bindir)/$(instname) $(mandir)/$(instname).$(manext)