From: Vadim Zeitlin Date: Mon, 26 Feb 2001 10:41:10 +0000 (+0000) Subject: matching changes for makefile.g95 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4817645de8ac9590977e429925a790aafb3b2e5b matching changes for makefile.g95 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/g95.t b/distrib/msw/tmake/g95.t index faed3e04bd..3ea3b709cc 100644 --- a/distrib/msw/tmake/g95.t +++ b/distrib/msw/tmake/g95.t @@ -442,6 +442,8 @@ clean: -$(RM) ../xpm/*.bak -$(RM) ../tiff/*.o -$(RM) ../tiff/*.bak + +cleanall: clean -$(RM) $(WXLIB) -$(RM) $(ZLIBLIB) -$(RM) $(PNGLIB) @@ -458,7 +460,3 @@ ifneq "$(strip $(LD_SUPPORTS_SHARED))" "yes" endif endif - -cleanall: clean - -