mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
mesa: remove redundant Makefile lines
This commit is contained in:
parent
ca8e42652c
commit
ca284fde53
1 changed files with 1 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue