From 77b47bb27bb8f36d2b0980ed78175d859a7d2bed Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 25 Mar 2004 21:17:48 +0000 Subject: re-order arguments to mklib --- src/glu/sgi/Makefile.X11 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glu/sgi') diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11 index 5102528585..77b905d33c 100644 --- a/src/glu/sgi/Makefile.X11 +++ b/src/glu/sgi/Makefile.X11 @@ -142,8 +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) \ - $(MKLIB_OPTIONS) $(OBJECTS) + $(MKLIB_OPTIONS) -cplusplus -install $(LIBDIR) \ + $(GLU_LIB_DEPS) $(OBJECTS) -- cgit v1.2.3