projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ec486
)
fix etags command to find headers
author
Brian
<brian@i915.localnet.net>
Sun, 8 Apr 2007 01:36:58 +0000
(19:36 -0600)
committer
Brian
<brian@i915.localnet.net>
Sun, 8 Apr 2007 01:36:58 +0000
(19:36 -0600)
src/glx/x11/Makefile
patch
|
blob
|
history
diff --git
a/src/glx/x11/Makefile
b/src/glx/x11/Makefile
index fd83c6fc94d8761529d9c34b0805d9bdf26d7599..296747e0dda2fdd9994ec30c80516faecf230899 100644
(file)
--- 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: