mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
add tags target
This commit is contained in:
parent
28b5eb12a3
commit
4a07e94f2c
@ -1,3 +1,7 @@
|
||||
Mon Nov 6 15:05:00 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
* Makefile.in (TAGS): New target.
|
||||
|
||||
Wed Nov 1 12:51:21 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||
|
||||
* Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.
|
||||
|
@ -82,6 +82,10 @@ dvi: gprof.dvi
|
||||
check:
|
||||
installcheck:
|
||||
|
||||
TAGS:
|
||||
etags $(srcdir)/*.[ch]
|
||||
tags: TAGS
|
||||
|
||||
install-info: gprof.info
|
||||
if [ -r gprof.info ]; then \
|
||||
dir=. ; \
|
||||
|
Loading…
Reference in New Issue
Block a user