diff options
author | Brian Paul <[email protected]> | 2008-12-16 16:38:11 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-12-16 16:38:11 -0700 |
commit | ca284fde53dbbc7c525188c7918b356687b3dbc2 (patch) | |
tree | 72332a8c6a010ae8124905f452a56fce6fc7af2c | |
parent | ca8e42652c67e1ff0d4624c50924a93e6a309a4c (diff) |
mesa: remove redundant Makefile lines
-rw-r--r-- | src/mesa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 97b011a7d45..274010c54f5 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: |