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/glw | |
parent | f28570679f3f1ab90ce8a36d8f92e1c75ca5f419 (diff) |
re-order arguments to mklib
Diffstat (limited to 'src/glw')
-rw-r--r-- | src/glw/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11 index b38ef50d4c7..d7513ffb5aa 100644 --- a/src/glw/Makefile.X11 +++ b/src/glw/Makefile.X11 @@ -46,8 +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) \ - $(MKLIB_OPTIONS) $(OBJECTS) + -patch $(TINY) $(MKLIB_OPTIONS) -install $(LIBDIR) \ + $(GLW_LIB_DEPS) $(OBJECTS) message: |