From 464fcd0dd84cf4c705b992a087cdcb8b403eb8ef Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 19 Oct 2006 20:09:05 +0000 Subject: New bin/minstall script - a minimal replacement for 'install'. Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. --- src/glu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glu/Makefile') diff --git a/src/glu/Makefile b/src/glu/Makefile index ca9ad39442..5ddc50946a 100644 --- a/src/glu/Makefile +++ b/src/glu/Makefile @@ -15,7 +15,7 @@ default: $(TOP)/configs/current install: $(INSTALL) -d $(INSTALL_DIR)/$(LIB_DIR) - $(COPY_LIBS) $(TOP)/$(LIB_DIR)/libGLU.* $(INSTALL_DIR)/$(LIB_DIR) + $(INSTALL) $(TOP)/$(LIB_DIR)/libGLU.* $(INSTALL_DIR)/$(LIB_DIR) clean: @for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3