This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / common / Makefile.in
index dd7c5e0e9ec9b97074802baf42270b8489c33f6e..6428082d6950e91760b941b9b34697f7f10ccc02 100644 (file)
@@ -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
This page took 0.022726 seconds and 4 git commands to generate.