egl/main/Makefile: Add dependency of install target on default build target
authorAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 17 Apr 2009 03:06:08 +0000 (20:06 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 17 Apr 2009 03:07:47 +0000 (20:07 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
src/egl/main/Makefile

index 5ee246dc3f5205b10509eaac222e2c04524a17dc..8cfa25ca163683753a603550961db52a03e922c9 100644 (file)
@@ -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)