From 78a6000cf2eb294181ea1af049fae6d4f6167bcb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 26 Jun 2006 15:34:21 +0000 Subject: Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. Probably need to fix the install destinations too... --- src/glu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glu') diff --git a/src/glu/Makefile b/src/glu/Makefile index 4e02e86da6..a7b8e2b724 100644 --- a/src/glu/Makefile +++ b/src/glu/Makefile @@ -15,7 +15,7 @@ default: $(TOP)/configs/current install: $(INSTALL) -d $(INSTALL_DIR)/lib - $(COPY_LIBS) $(TOP)/lib/libGLU.* $(INSTALL_DIR)/lib + $(COPY_LIBS) $(LIB_DIR)/libGLU.* $(INSTALL_DIR)/lib clean: @for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3