]> git.saurik.com Git - wxWidgets.git/commitdiff
matching changes for makefile.g95
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Feb 2001 10:41:10 +0000 (10:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Feb 2001 10:41:10 +0000 (10:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/g95.t

index faed3e04bd5f9b5f6d87a2c3fcd4fe9e574b9e49..3ea3b709cc5247ea5a9d72383078b0c951500d4e 100644 (file)
@@ -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
-
-