]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/makefile.wat
Added some missing makefiles
[wxWidgets.git] / src / zlib / makefile.wat
index 7f62708415ae694a946ad57305682154ab283d92..8b6dab6273bb7f972cd02dff21d911faef309ad3 100644 (file)
@@ -85,7 +85,7 @@ minigzip.obj: minigzip.c zlib.h zconf.h
 
 # we must cut the command line to fit in the MS/DOS 128 byte limit:
 $(LIBTARGET): $(OBJ1) $(OBJ2) $(OBJ3) 
-       del $(LIBTARGET)
+       if exist $(LIBTARGET) del $(LIBTARGET)
        $(LIB) $(LIBTARGET) +$(OBJP1)
        $(LIB) $(LIBTARGET) +$(OBJP2)
        $(LIB) $(LIBTARGET) +$(OBJP3)