summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-12-15 16:14:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-12-15 16:14:55 +0000
commitb3b725b1e6044d29fb5f484979766d1ef8a7fa9f (patch)
tree89b271c27a71618e92bbade62b35956e22d76ee7 /src/glu
parentf80220d05015c851879f4b347021f98c1690f93b (diff)
Assorted mklib tweaks.
Added Intel icc support to mklib.
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/Makefile.X113
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11
index 7202aa84ff..5102528585 100644
--- a/src/glu/sgi/Makefile.X11
+++ b/src/glu/sgi/Makefile.X11
@@ -142,7 +142,8 @@ targets: $(LIBDIR)/$(GLU_LIB)
$(LIBDIR)/$(GLU_LIB): $(OBJECTS)
$(TOP)/bin/mklib -o $(GLU_LIB_NAME) -major $(GLU_MAJOR) \
-minor $(GLU_MINOR) -patch $(GLU_TINY) \
- $(GLU_LIB_DEPS) -cplusplus -install $(LIBDIR) $(OBJECTS)
+ $(GLU_LIB_DEPS) -cplusplus -install $(LIBDIR) \
+ $(MKLIB_OPTIONS) $(OBJECTS)