summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-19 13:16:41 -0600
committerBrian Paul <brianp@vmware.com>2009-08-19 13:17:58 -0600
commit4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a (patch)
tree9c2c8e2324a6a1e5fb9d6fdbde5e6ca2413eed32
parent174aeabc0f00440e3d18813f0b461470448929fc (diff)
gallium: fix tags target in Makefile.template
-rw-r--r--src/gallium/Makefile.template2
1 files changed, 1 insertions, 1 deletions
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: