(TAGS): Use DIST_FILES, not non-existant SRCS.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1994-11-10 21:51:45 +00:00
parent 49cf201df9
commit 0fb052c5e9

View file

@ -360,8 +360,8 @@ config.status: configure
configure: configure.in
cd $(srcdir); autoconf
TAGS: $(SRCS)
etags $(SRCS)
TAGS: $(DIST_FILES)
etags $(DIST_FILES)
mostlyclean:
rm -f core \