diff options
author | Brian <brian@i915.localnet.net> | 2007-04-07 19:36:58 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-04-07 19:36:58 -0600 |
commit | 4647f13c43a1f4f4dba60a609c370fb0a614bf49 (patch) | |
tree | 34e8d5bbf9d000f5d58ecedda7261f03acd4291c /src/glx/x11 | |
parent | 20ec486baf6ee0909294e15550773f57f0789ec7 (diff) |
fix etags command to find headers
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index fd83c6fc94..296747e0dd 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: |