System.Console.Terminfo isn't available when bootstrapping.
[ghc-hetmet.git] / utils / mkdependC / ghc.mk
index 4f43cc7..1fa673a 100644 (file)
@@ -1,6 +1,18 @@
+# -----------------------------------------------------------------------------
+#
+# (c) 2009 The University of Glasgow
+#
+# This file is part of the GHC build system.
+#
+# To understand how the build system works and how to modify it, see
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+#
+# -----------------------------------------------------------------------------
+
 $(MKDEPENDC) : utils/mkdependC/mkdependC.prl $(MKDIRHIER)
-       $(MKDIRHIER) $(dir $@)
-       $(RM) -f $@
+       "$(MKDIRHIER)" $(dir $@)
+       "$(RM)" $(RM_OPTS) $@
        echo '#!$(PERL)'                               >> $@
        echo '$$DEFAULT_TMPDIR = "$(DEFAULT_TMPDIR)";' >> $@
        echo '$$CPP            = "$(CPP)";'            >> $@