mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
49cf201df9
commit
0fb052c5e9
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue