Another part of fixing "make TAGS".
libdecnumber/ 2015-01-22 Eli Zaretskii <eliz@gnu.org> * Makefile.in (TAGS): New target, to avoid failures in "make TAGS".
This commit is contained in:
parent
03b7960334
commit
53bef1c107
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-01-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (TAGS): New target, to avoid failures in "make TAGS".
|
||||
|
||||
2014-01-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/59871
|
||||
|
|
|
@ -167,6 +167,8 @@ maintainer-clean: distclean
|
|||
@echo "it deletes files that may require special tools to rebuild."
|
||||
-rm -f $(srcdir)/configure $(srcdir)/aclocal.m4
|
||||
|
||||
TAGS:
|
||||
|
||||
check:
|
||||
installcheck:
|
||||
dvi:
|
||||
|
|
Loading…
Add table
Reference in a new issue