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/glut | |
parent | f28570679f3f1ab90ce8a36d8f92e1c75ca5f419 (diff) |
re-order arguments to mklib
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/Makefile.X11 b/src/glut/glx/Makefile.X11 index 89b920bea9e..bce0d206841 100644 --- a/src/glut/glx/Makefile.X11 +++ b/src/glut/glx/Makefile.X11 @@ -102,8 +102,8 @@ targets: $(LIBDIR)/$(GLUT_LIB) # Make the library $(LIBDIR)/$(GLUT_LIB): $(OBJECTS) $(TOP)/bin/mklib -o glut -major $(GLUT_MAJOR) -minor $(GLUT_MINOR) \ - -patch $(GLUT_TINY) $(GLUT_LIB_DEPS) -install $(LIBDIR) \ - $(MKLIB_OPTIONS) $(OBJECTS) + -patch $(GLUT_TINY) $(MKLIB_OPTIONS) -install $(LIBDIR) \ + $(GLUT_LIB_DEPS) $(OBJECTS) include $(TOP)/Make-config |