diff options
Diffstat (limited to 'sim/common/Makefile.in')
-rw-r--r-- | sim/common/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in index dd7c5e0..6428082 100644 --- a/sim/common/Makefile.in +++ b/sim/common/Makefile.in @@ -103,8 +103,8 @@ tags etags: TAGS # And the sim-n-foo.h files create functions that can't be found either. TAGS: force cd $(srcdir) && \ - etags --regex '/^\([a-z_]+\) (/\1/' --regex '/^\/[*] TAGS: .*/' \ - *.[ch] + etags --regex '/^\([a-z_]+\) (/\1/' --regex '/^.*\/[*] TAGS: .*/' \ + *.c *.h clean: rm -f *.[oa] *~ core |