From: Brian Paul Date: Wed, 19 Aug 2009 19:16:41 +0000 (-0600) Subject: gallium: fix tags target in Makefile.template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a;p=mesa.git gallium: fix tags target in Makefile.template --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 2e3da436cd7..63983c52201 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -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: