summaryrefslogtreecommitdiff
path: root/src/egl
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-04-16 20:06:08 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-04-16 20:07:47 -0700
commit7571d5d3b013e544a9fbde91e4aec05e0b13b4cb (patch)
tree4866506d29d2abedbfea43a676816620a5c90fc8 /src/egl
parentf17ea143cbe214eb4b249b56264a378f839dc3a6 (diff)
egl/main/Makefile: Add dependency of install target on default build target
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/main/Makefile2
1 files changed, 1 insertions, 1 deletions
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)