summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-03-10 22:15:32 +0000
committerRoland McGrath <roland@redhat.com>1992-03-10 22:15:32 +0000
commitc7ba58803052be0d68dc836a5af778729c50e3ff (patch)
tree084367b77c60ae360375260e9dc58504a08ae721 /compatMakefile
parent8da2a788346efe759f1d539fd0d8edd3ee0ecad3 (diff)
downloadgunmake-c7ba58803052be0d68dc836a5af778729c50e3ff.tar.gz
Formerly compatMakefile.~21~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/compatMakefile b/compatMakefile
index 3e55a45..6a87e8a 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)