diff options
author | Andy Lester <andy@petdance.com> | 2005-05-21 03:58:14 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2005-05-21 15:35:44 +0000 |
commit | 64c97ac6efdd23876c55a0d3b3c47a0d2ab8885a (patch) | |
tree | b1795ba06cbf5486f86b96068875ac33269512f6 /Makefile.SH | |
parent | 866bc684eea2dd49b117462d7236c82f1bbb1b0c (diff) | |
download | perl-64c97ac6efdd23876c55a0d3b3c47a0d2ab8885a.tar.gz |
ctags parms need to know .h is C
Message-Id: <20050521135814.GA875@petdance.com>
p4raw-id: //depot/perl@24528
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 7026bc682f..f8ba4340a8 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1280,7 +1280,7 @@ tags: TAGS perl emacs/e2ctags.pl TAGS > tags ctags: - ctags -f Tags --totals --languages=c *.c *.h + ctags -f Tags --totals --languages=c --langmap=c:+.h *.c *.h # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. |