diff options
author | Brian Paul <[email protected]> | 2004-03-25 21:17:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-25 21:17:48 +0000 |
commit | 77b47bb27bb8f36d2b0980ed78175d859a7d2bed (patch) | |
tree | dafea578e042a0352d95a2fbdee435e8219717bd /src/glu/sgi/Makefile.X11 | |
parent | f28570679f3f1ab90ce8a36d8f92e1c75ca5f419 (diff) |
re-order arguments to mklib
Diffstat (limited to 'src/glu/sgi/Makefile.X11')
-rw-r--r-- | src/glu/sgi/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11 index 5102528585f..77b905d33ca 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) |