gallium: fix tags target in Makefile.template
authorBrian Paul <brianp@vmware.com>
Wed, 19 Aug 2009 19:16:41 +0000 (13:16 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 19 Aug 2009 19:17:58 +0000 (13:17 -0600)
src/gallium/Makefile.template

index 2e3da436cd7a82bf9453c7ecd2f2a996dd5a60c9..63983c52201ffcbd397a5fc50ec57749916d80d8 100644 (file)
@@ -41,7 +41,7 @@ depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
 
 # Emacs tags
 tags:
-       etags `find . -name \*.[ch]` `find ../include`
+       etags `find . -name \*.[ch]` `find $(TOP)/src/gallium/include -name \*.h`
 
 # Remove .o and backup files
 clean: