From: Brian Date: Sun, 8 Apr 2007 01:36:58 +0000 (-0600) Subject: fix etags command to find headers X-Git-Tag: 062012170305~19639 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4647f13c43a1f4f4dba60a609c370fb0a614bf49;p=profile%2Fivi%2Fmesa.git fix etags command to find headers --- diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index fd83c6f..296747e 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -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: