s3-build: let ctags/etags start from the toplevel dir.
authorGünther Deschner <gd@samba.org>
Tue, 23 Sep 2008 20:24:46 +0000 (22:24 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 23 Sep 2008 21:16:35 +0000 (23:16 +0200)
Guenther

source3/Makefile.in

index 94d8d50da8f7865925db4f85a3a9265568f5c71e..97095fcadddd2c3da4852fc1a0fb9786af409cfe 100644 (file)
@@ -2649,10 +2649,10 @@ include/build_env.h: script/build_env.sh
 proto::
 
 etags::
-       etags `find $(srcdir) -name "*.[ch]"`
+       etags `find $(srcdir)/.. -name "*.[ch]"`
 
 ctags::
-       ctags `find $(srcdir) -name "*.[ch]"`
+       ctags `find $(srcdir)/.. -name "*.[ch]"`
 
 realclean:: clean
        -rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh