mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 09:40:40 +02:00
egl/main/Makefile: Add dependency of install target on default build target
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
f17ea143cb
commit
7571d5d3b0
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ $(TOP)/$(LIB_DIR)/libEGL.so: $(OBJECTS)
|
|||
-install $(TOP)/$(LIB_DIR) \
|
||||
$(EGL_LIB_DEPS) $(OBJECTS)
|
||||
|
||||
install:
|
||||
install: default
|
||||
$(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)
|
||||
$(INSTALL) $(TOP)/$(LIB_DIR)/libEGL.so* $(DESTDIR)$(INSTALL_LIB_DIR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue