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/glw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glw') diff --git a/src/glw/Makefile b/src/glw/Makefile index af25f7dcbc..dbe64c9566 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 $(INSTALL) -m 644 *.h $(INSTALL_DIR)/include/GL - $(COPY_LIBS) $(TOP)/lib/libGLw.* $(INSTALL_DIR)/lib + $(COPY_LIBS) $(LIB_DIR)/libGLw.* $(INSTALL_DIR)/lib clean: -rm depend depend.bak -- cgit v1.2.3