From 4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 19 Aug 2009 13:16:41 -0600 Subject: gallium: fix tags target in Makefile.template --- src/gallium/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 2e3da436cd..63983c5220 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: -- cgit v1.2.3