From ca284fde53dbbc7c525188c7918b356687b3dbc2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 16 Dec 2008 16:38:11 -0700 Subject: mesa: remove redundant Makefile lines --- src/mesa/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/Makefile') 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: -- cgit v1.2.3