diff options
author | Brian Paul <[email protected]> | 2009-08-19 13:16:41 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-19 13:17:58 -0600 |
commit | 4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a (patch) | |
tree | 9c2c8e2324a6a1e5fb9d6fdbde5e6ca2413eed32 /src/gallium/Makefile.template | |
parent | 174aeabc0f00440e3d18813f0b461470448929fc (diff) |
gallium: fix tags target in Makefile.template
Diffstat (limited to 'src/gallium/Makefile.template')
-rw-r--r-- | 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 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: |