projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8e426
)
mesa: remove redundant Makefile lines
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 16 Dec 2008 23:38:11 +0000
(16:38 -0700)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 16 Dec 2008 23:38:11 +0000
(16:38 -0700)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 97b011a7d45cb5af50fa65a6b50bec0ffa3bc34a..274010c54f5ab8e7b25366fdb6781be439aa2443 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-18,14
+18,12
@@
include sources.mak
+
# Default: build dependencies, then asm_subdirs, then convenience
# libs (.a) and finally the device drivers:
default: depend asm_subdirs libmesa.a libglapi.a driver_subdirs
-# Default: build dependencies, then asm_subdirs, then convenience
-# libs (.a) and finally the device drivers:
-default: depend asm_subdirs libmesa.a $(GLAPI_LIB) driver_subdirs
######################################################################
# Helper libraries used by many drivers: