gallium: fix tags target in Makefile.template

This commit is contained in:
Brian Paul 2009-08-19 13:16:41 -06:00
parent 174aeabc0f
commit 4522cdbfdd

View file

@ -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: