mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
add some missing rule dependencies
This commit is contained in:
parent
17ec0dbd75
commit
c233b4245f
1 changed files with 3 additions and 3 deletions
|
|
@ -29,17 +29,17 @@ default: depend asm_subdirs libmesa.a libglapi.a driver_subdirs
|
|||
# Helper libraries used by many drivers:
|
||||
|
||||
# Make archive of core mesa object files
|
||||
libmesa.a: $(MESA_OBJECTS)
|
||||
libmesa.a: $(MESA_OBJECTS) asm_subdirs
|
||||
@ $(TOP)/bin/mklib -o mesa -static $(MESA_OBJECTS)
|
||||
|
||||
# Make archive of gl* API dispatcher functions only
|
||||
libglapi.a: $(GLAPI_OBJECTS)
|
||||
libglapi.a: $(GLAPI_OBJECTS) asm_subdirs
|
||||
@ $(TOP)/bin/mklib -o glapi -static $(GLAPI_OBJECTS)
|
||||
|
||||
|
||||
######################################################################
|
||||
# Device drivers
|
||||
driver_subdirs:
|
||||
driver_subdirs: libmesa.a libglapi.a
|
||||
(cd drivers && $(MAKE))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue