From: Alan Coopersmith Date: Fri, 17 Apr 2009 03:06:08 +0000 (-0700) Subject: egl/main/Makefile: Add dependency of install target on default build target X-Git-Tag: android-x86-1.6~16^2~406^2~682 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7571d5d3b013e544a9fbde91e4aec05e0b13b4cb;p=android-x86%2Fexternal-mesa.git egl/main/Makefile: Add dependency of install target on default build target Signed-off-by: Alan Coopersmith --- diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 5ee246dc3f5..8cfa25ca163 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)