From 4647f13c43a1f4f4dba60a609c370fb0a614bf49 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 7 Apr 2007 19:36:58 -0600 Subject: [PATCH] fix etags command to find headers --- src/glx/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.7.4