projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17ea14
)
egl/main/Makefile: Add dependency of install target on default build target
author
Alan Coopersmith
<alan.coopersmith@sun.com>
Fri, 17 Apr 2009 03:06:08 +0000
(20:06 -0700)
committer
Alan 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
patch
|
blob
|
history
diff --git
a/src/egl/main/Makefile
b/src/egl/main/Makefile
index 5ee246dc3f5205b10509eaac222e2c04524a17dc..8cfa25ca163683753a603550961db52a03e922c9 100644
(file)
--- 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)