From: Brian Paul Date: Tue, 16 Dec 2008 23:38:11 +0000 (-0700) Subject: mesa: remove redundant Makefile lines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca284fde53dbbc7c525188c7918b356687b3dbc2;p=mesa.git mesa: remove redundant Makefile lines --- 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: