From 0e794a1bc6885cf569c3dc07b7fd56725aee2c2e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 22 Jun 2006 22:50:48 +0000 Subject: New 'install' targets in makefile. See bug 2372. --- src/glu/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glu') diff --git a/src/glu/Makefile b/src/glu/Makefile index 915b95081a..4e02e86da6 100644 --- a/src/glu/Makefile +++ b/src/glu/Makefile @@ -13,6 +13,9 @@ default: $(TOP)/configs/current (cd $$dir ; $(MAKE)) ; \ done +install: + $(INSTALL) -d $(INSTALL_DIR)/lib + $(COPY_LIBS) $(TOP)/lib/libGLU.* $(INSTALL_DIR)/lib clean: @for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3