projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fa4a1
)
Revert "Makefile.template: respect LIBRARY_DEFINES in mkdep"
author
George Sapountzis
<gsapountzis@gmail.com>
Sun, 21 Mar 2010 13:32:50 +0000
(15:32 +0200)
committer
George Sapountzis
<gsapountzis@gmail.com>
Sun, 21 Mar 2010 13:32:50 +0000
(15:32 +0200)
This reverts commit
9ec29e31919e85f9230867f43841c0e74be930d3
.
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index 7606a947e2244170f3a01a3acbcd4d0e29074b07..91a9b54b3628b72f0867938283a199869fd86a66 100644
(file)
--- a/
src/gallium/Makefile.template
+++ b/
src/gallium/Makefile.template
@@
-34,7
+34,7
@@
lib$(LIBNAME).a: $(OBJECTS) $(EXTRA_OBJECTS) Makefile $(TOP)/src/gallium/Makefil
depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS) $(GENERATED_SOURCES)
rm -f depend
touch depend
- $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(
LIBRARY_DEFINES) $(
C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null
+ $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null
# Emacs tags
tags: