summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-06-26 15:34:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-06-26 15:34:21 +0000
commit78a6000cf2eb294181ea1af049fae6d4f6167bcb (patch)
treec3dcf07bbfe613ceee71ede8a9e51419702112aa /src/glut
parent0deb088cf070ef42a68b02952e755dda47d7c235 (diff)
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
Probably need to fix the install destinations too...
Diffstat (limited to 'src/glut')
-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 49c775fb22..534d7a7ad5 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: