Module: Mesa Branch: gallium-0.2 Commit: ca284fde53dbbc7c525188c7918b356687b3dbc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca284fde53dbbc7c525188c7918b356687b3dbc2
Author: Brian Paul <[email protected]> Date: Tue Dec 16 16:38:11 2008 -0700 mesa: remove redundant Makefile lines --- src/mesa/Makefile | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 97b011a..274010c 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
