From 76a46f55aecc73c7ff29adfa0ad7fdc03ab014ba Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 10 Nov 1994 21:51:45 +0000 Subject: [PATCH] (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 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index fbffc2145..2df83cc18 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \