Ctags fix

Shachar Shemesh wine-patches at shemesh.biz
Tue Nov 25 07:13:21 CST 2003


Changelog:
Shachar Shemesh <winecode at shemesh.biz>

    * Fix the ctags building script in the Makefile.in


-- 
Shachar Shemesh
Open Source integration & consulting
Home page & resume - http://www.shemesh.biz/

-------------- next part --------------
Index: Makefile.in
===================================================================
RCS file: /home/sun/sources/cvs/wine/Makefile.in,v
retrieving revision 1.151
diff -u -r1.151 Makefile.in
--- Makefile.in	9 Nov 2003 01:20:23 -0000	1.151
+++ Makefile.in	25 Nov 2003 13:09:58 -0000
@@ -129,7 +129,7 @@
 	find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags -
 
 tags ctags:
-	find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -
+	find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -L -
 
 manpages:
 	$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w


More information about the wine-patches mailing list