diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-10-19 20:09:05 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-10-19 20:09:05 +0000 |
commit | 464fcd0dd84cf4c705b992a087cdcb8b403eb8ef (patch) | |
tree | 79b8da581c361c33fd40bc4ca4605482a8b1b760 /src/glw/Makefile | |
parent | c351858de8e51fa4a6425cf176cc43689189f3ff (diff) | |
download | external_mesa3d-464fcd0dd84cf4c705b992a087cdcb8b403eb8ef.zip external_mesa3d-464fcd0dd84cf4c705b992a087cdcb8b403eb8ef.tar.gz external_mesa3d-464fcd0dd84cf4c705b992a087cdcb8b403eb8ef.tar.bz2 |
New bin/minstall script - a minimal replacement for 'install'.
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
Diffstat (limited to 'src/glw/Makefile')
-rw-r--r-- | src/glw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile index 356351a..5228cbb 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -29,7 +29,7 @@ install: $(INSTALL) -d $(INSTALL_DIR)/include/GL $(INSTALL) -d $(INSTALL_DIR)/$(LIB_DIR) $(INSTALL) -m 644 *.h $(INSTALL_DIR)/include/GL - $(COPY_LIBS) $(TOP)/$(LIB_DIR)/libGLw.* $(INSTALL_DIR)/$(LIB_DIR) + $(INSTALL) $(TOP)/$(LIB_DIR)/libGLw.* $(INSTALL_DIR)/$(LIB_DIR) clean: -rm depend depend.bak |