summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-06-26 15:34:21 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:34 +0100
commitd92c91a1d9882c3458367c8e7c06c98e292229e6 (patch)
treec6bdd5be3be05485052471c5d4b7522c3ed5bb98
parent52bfbb6935f59db74328ee7e23e7b5f2644233aa (diff)
downloadglut-d92c91a1d9882c3458367c8e7c06c98e292229e6.tar.gz
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. Probably need to fix the install destinations too...
-rw-r--r--src/glut/glx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile
index 49c775f..534d7a7 100644
--- a/src/glut/glx/Makefile
+++ b/src/glut/glx/Makefile
@@ -100,7 +100,7 @@ install:
$(INSTALL) -d $(INSTALL_DIR)/include/GL
$(INSTALL) -d $(INSTALL_DIR)/lib
$(INSTALL) -m 644 $(TOP)/include/GL/glut.h $(INSTALL_DIR)/include/GL
- $(COPY_LIBS) $(TOP)/lib/libglut* $(INSTALL_DIR)/lib
+ $(COPY_LIBS) $(LIB_DIR)/libglut* $(INSTALL_DIR)/lib
clean: