patch for cleanall target in mingw makefiles (which I forgot to commit before)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-03-21 19:13:09 +00:00
parent 51d673384e
commit 6e6d9f9e7b
3 changed files with 9 additions and 7 deletions

View File

@@ -20,4 +20,7 @@ $(LIBTARGET): $(OBJECTS)
$(RANLIB) $@
clean:
-$(RM) $(OBJECTS) $(LIBTARGET) core *.rsc *.res
-$(RM) $(OBJECTS) core *.rsc *.res
cleanall: clean
-$(RM) $(LIBTARGET)

View File

@@ -22,7 +22,9 @@ $(TARGET)_resources.o: $(TARGET).rc
clean:
-$(RM) *.o
-$(RM) $(TARGET)_resources.o
-$(RM) $(TARGET).exe
-$(RM) core
-$(RM) *.rsc
-$(RM) *.res
cleanall: clean
-$(RM) $(TARGET).exe

View File

@@ -620,6 +620,8 @@ clean:
-$(RM) ../xpm/*.bak
-$(RM) ../tiff/*.o
-$(RM) ../tiff/*.bak
cleanall: clean
-$(RM) $(WXLIB)
-$(RM) $(ZLIBLIB)
-$(RM) $(PNGLIB)
@@ -635,8 +637,3 @@ ifneq "$(strip $(LD_SUPPORTS_SHARED))" "yes"
-$(RM) wx.exp
endif
endif
cleanall: clean