Mesa (master): gallium: fix tags target in Makefile.template

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 19 19:18:57 UTC 2009


Module: Mesa
Branch: master
Commit: 4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 19 13:16:41 2009 -0600

gallium: fix tags target in Makefile.template

---

 src/gallium/Makefile.template |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template
index 2e3da43..63983c5 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:




More information about the mesa-commit mailing list