diff options
author | Gareth Hughes <[email protected]> | 2001-03-28 20:17:55 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-28 20:17:55 +0000 |
commit | 29cded26543bf9037cfa030af74db6d83160f055 (patch) | |
tree | 5bbba0ba1434426cdc98e9007d1676ff193f9082 /src/glu/sgi | |
parent | c7aeb8bf1fda8dbe4b59fcff2d9129ee69527478 (diff) |
Delete libGLU.so* from ../lib before installing it.
Diffstat (limited to 'src/glu/sgi')
-rw-r--r-- | src/glu/sgi/Makefile.X11 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11 index 38259c3a27c..57165667f86 100644 --- a/src/glu/sgi/Makefile.X11 +++ b/src/glu/sgi/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.3 2001/03/19 17:52:02 pesco Exp $ +# $Id: Makefile.X11,v 1.4 2001/03/28 20:17:55 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -141,6 +141,7 @@ targets: $(LIBDIR)/$(GLU_LIB) # Make the library: $(LIBDIR)/$(GLU_LIB): $(OBJECTS) $(MAKELIB) $(GLU_LIB) $(GLU_MAJOR) $(GLU_MINOR) $(GLU_TINY) $(OBJECTS) + rm -f $(LIBDIR)/$(GLU_LIB)* mv $(GLU_LIB)* $(LIBDIR) include ../Make-config @@ -152,6 +153,6 @@ include depend # # Run 'make depend' to update the dependencies if you change what's included # by any source file. -# +# dep: $(SOURCES) makedepend -fdepend -Y -I../include $(SOURCES) |