mesa: remove redundant Makefile lines

This commit is contained in:
Brian Paul 2008-12-16 16:38:11 -07:00
parent ca8e42652c
commit ca284fde53

View file

@ -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: