From b3b725b1e6044d29fb5f484979766d1ef8a7fa9f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Dec 2003 16:14:55 +0000 Subject: Assorted mklib tweaks. Added Intel icc support to mklib. --- src/glw/Makefile.X11 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/glw') diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11 index 888aebd52c..b38ef50d4c 100644 --- a/src/glw/Makefile.X11 +++ b/src/glw/Makefile.X11 @@ -46,7 +46,8 @@ targets: $(LIBDIR)/$(GLW_LIB) message # Make the library $(LIBDIR)/$(GLW_LIB): $(OBJECTS) $(TOP)/bin/mklib -o GLw -major $(MAJOR) -minor $(MINOR) \ - -patch $(TINY) $(GLW_LIB_DEPS) -install $(LIBDIR) $(OBJECTS) + -patch $(TINY) $(GLW_LIB_DEPS) -install $(LIBDIR) \ + $(MKLIB_OPTIONS) $(OBJECTS) message: -- cgit v1.2.3