]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makelib.g95
Correct fix to the compile time assert under OW. Kudos to Vadim to the tip.
[wxWidgets.git] / src / makelib.g95
index de3e8c583c9a2777b229b7b571ec393bf6248102..882d560429c9954a9cabc0b042451411a2c6c21b 100644 (file)
@@ -7,8 +7,6 @@
 #
 # Include file for Cygwin/Mingw32 libraries
 
-WXDIR = $(WXWIN)
-
 # All common UNIX compiler flags and options are now in
 # this central makefile.
 include $(WXDIR)/src/makeg95.env
@@ -20,4 +18,7 @@ $(LIBTARGET): $(OBJECTS)
        $(RANLIB) $@
 
 clean:
-       rm -f $(OBJECTS) $(LIBTARGET) core *.rsc *.res
+       -$(RM) $(OBJECTS) core *.rsc *.res
+
+cleanall: clean
+       -$(RM) $(LIBTARGET)