diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-21 16:36:35 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-21 16:36:35 +0000 |
commit | 5d5b09cf7915ef6ec51ae0bf3f3cb06192412f96 (patch) | |
tree | bed595afbdcb0554864fecc39f8174412c8c6b51 | |
parent | 14adbf467d0b9e28e760ba7f6866743b032f747c (diff) |
fixed glitches in zip file rulesmesa_3_3
-rw-r--r-- | Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index d6497de289..8521dd1e29 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.31 2000/07/21 16:26:28 brianp Exp $ +# $Id: Makefile.X11,v 1.32 2000/07/21 16:36:35 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -633,14 +633,14 @@ glut_tar: lib_zip: + -rm $(LIB_NAME).zip ; \ cp Makefile.X11 Makefile ; \ - -rm $(LIB_NAME).zip cd .. ; \ zip -r $(LIB_NAME).zip $(LIB_FILES) ; \ mv $(LIB_NAME).zip $(DIRECTORY) demo_zip: - -rm $(DEMO_NAME).zip + -rm $(DEMO_NAME).zip ; \ cd .. ; \ zip -r $(DEMO_NAME).zip $(DEMO_FILES) ; \ mv $(DEMO_NAME).zip $(DIRECTORY) |