projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174aeab
)
gallium: fix tags target in Makefile.template
author
Brian Paul
<brianp@vmware.com>
Wed, 19 Aug 2009 19:16:41 +0000
(13:16 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 19 Aug 2009 19:17:58 +0000
(13:17 -0600)
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index 2e3da436cd7a82bf9453c7ecd2f2a996dd5a60c9..63983c52201ffcbd397a5fc50ec57749916d80d8 100644
(file)
--- a/
src/gallium/Makefile.template
+++ b/
src/gallium/Makefile.template
@@
-41,7
+41,7
@@
depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
# Emacs tags
tags:
- etags `find . -name \*.[ch]` `find
../include
`
+ etags `find . -name \*.[ch]` `find
$(TOP)/src/gallium/include -name \*.h
`
# Remove .o and backup files
clean: