fix etags command to find headers

This commit is contained in:
Brian
2007-04-07 19:36:58 -06:00
parent 20ec486baf
commit 4647f13c43
+1 -1
View File
@@ -77,7 +77,7 @@ depend: $(SOURCES) $(MESA_GLAPI_SOURCES) $(MESA_ASM_API) Makefile
# Emacs tags
tags:
etags `find . -name \*.[ch]` `find ../include`
etags `find . -name \*.[ch]` `find $(TOP)/include`
# Dummy install target
install: