fix etags command to find headers
authorBrian <brian@i915.localnet.net>
Sun, 8 Apr 2007 01:36:58 +0000 (19:36 -0600)
committerBrian <brian@i915.localnet.net>
Sun, 8 Apr 2007 01:36:58 +0000 (19:36 -0600)
src/glx/x11/Makefile

index fd83c6f..296747e 100644 (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: