X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4fe51258d17c1e63c55b2b83c8db83e44b15927..57591e0edb8cbaa2b12e4a0da68fe445fa636747:/src/makeprog.g95?ds=inline

diff --git a/src/makeprog.g95 b/src/makeprog.g95
index fbe21342f6..4ded0d8261 100644
--- a/src/makeprog.g95
+++ b/src/makeprog.g95
@@ -20,9 +20,9 @@ $(TARGET)_resources.o:  $(TARGET).rc
 	$(RESCOMP) $(RCINPUTSWITCH) $(TARGET).rc $(RCOUTPUTSWITCH) $(TARGET)_resources.o $(RESFLAGS)
 
 clean:
-	rm -f *.o
-	rm -f $(TARGET)_resources.o
-	rm -f $(TARGET).exe 
-	rm -f core 
-	rm -f *.rsc
-	rm -f *.res
+	-$(RM) *.o
+	-$(RM) $(TARGET)_resources.o
+	-$(RM) $(TARGET).exe 
+	-$(RM) core 
+	-$(RM) *.rsc
+	-$(RM) *.res