]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly compatMakefile.~21~
authorRoland McGrath <roland@redhat.com>
Tue, 10 Mar 1992 22:15:32 +0000 (22:15 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 10 Mar 1992 22:15:32 +0000 (22:15 +0000)
compatMakefile

index 3e55a45184a103e60ff9596b1fe86c4a3f28de5d..6a87e8a73d3c78937bb947ab872c76ac4fb889e8 100644 (file)
@@ -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)