Mesa (master): egl/main/Makefile: Add dependency of install target on default build target

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Apr 17 03:09:06 UTC 2009


Module: Mesa
Branch: master
Commit: 7571d5d3b013e544a9fbde91e4aec05e0b13b4cb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7571d5d3b013e544a9fbde91e4aec05e0b13b4cb

Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Thu Apr 16 20:06:08 2009 -0700

egl/main/Makefile: Add dependency of install target on default build target

Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

---

 src/egl/main/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 5ee246d..8cfa25c 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -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)
 




More information about the mesa-commit mailing list