Makefile.in: Fix broken ctags/etags-targets

Detlef Riekenberg wine.dev at web.de
Fri Apr 7 03:29:38 CDT 2006


Am Donnerstag, den 06.04.2006, 21:41 +0200 schrieb Alexandre Julliard:

> > "make etags" and "make ctags" are broken.
> 
> What's broken about them?

-----
detlef at p4:~/wine.cvs/bin$ make ctags
find /home/detlef/wine.cvs/src -name '*.[ch]' -print | ctags --c-types=
+px -L -
-----

The file "tags" is now present, but only filled with the
ctags-informations upto:

!_TAG_PROGRAM_VERSION   5.5.4   //


-----
detlef at p4:~/wine.cvs/bin$ make etags
find /home/detlef/wine.cvs/src -name '*.[ch]' -print | etags -
etags: Unknown option: -
make: *** [etags] Fehler 1
-----

What's not broken about them?


Standalone "find":
detlef at p4:~/wine.cvs/bin$ find ~/wine.cvs/src
/home/detlef/wine.cvs/src
detlef at p4:~/wine.cvs/bin$ find --version
GNU find Version 4.1.20

-- 
By By ...
      ... Detlef




More information about the wine-devel mailing list