summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-12-16 16:38:11 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-12-16 16:38:11 -0700
commitca284fde53dbbc7c525188c7918b356687b3dbc2 (patch)
tree72332a8c6a010ae8124905f452a56fce6fc7af2c /src/mesa/Makefile
parentca8e42652c67e1ff0d4624c50924a93e6a309a4c (diff)
mesa: remove redundant Makefile lines
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 97b011a7d4..274010c54f 100644
--- 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: