summaryrefslogtreecommitdiff
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
commit45dac24a2e05a03c82565cd38b8231b2c4f7cc5a (patch)
treed276760ebc1fc7d13894031d7c1125bacf0eeafd
parentbe6c51852ac8c059da97347218c402bce1be9c33 (diff)
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
Probably need to fix the install destinations too...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af25f7d..dbe64c9 100644
--- a/Makefile
+++ b/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