diff options
-rw-r--r-- | sim/common/ChangeLog | 1 | ||||
-rw-r--r-- | sim/common/Make-common.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index e2aa248..2cfe5ce 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,6 +1,7 @@ Tue Sep 2 14:57:06 1997 Doug Evans <dje@canuck.cygnus.com> * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker. + * Make-common.in (TAGS): Likewise. * sim-n-bits.h: Add TAGS comments for all functions. * sim-n-core.h: Likewise. * sim-n-endian.h: Likewise. diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 4e15424..11f62a8 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -346,7 +346,7 @@ MAKEOVERRIDES= tags etags: TAGS TAGS: force - etags *.c *.h + etags --regex '/^\/[*] TAGS: .*/' *.c *.h clean: $(SIM_EXTRA_CLEAN) rm -f *.[oa] *~ core |