Quote commands that we run, so they work if there are space in their paths
[ghc-hetmet.git] / mk / tree.mk
index 4d1416a..b7d2875 100644 (file)
@@ -46,5 +46,6 @@ INPLACE_BIN           = $(INPLACE)/bin
 INPLACE_LIB            = $(INPLACE)/lib
 INPLACE_MINGW          = $(INPLACE)/mingw
 
-RM                     = rm -f
+RM = rm
+RM_OPTS = -f