Remove ext-core
[ghc-hetmet.git] / utils / mkdependC / ghc.mk
index 4f43cc7..229e3ee 100644 (file)
@@ -1,6 +1,17 @@
-$(MKDEPENDC) : utils/mkdependC/mkdependC.prl $(MKDIRHIER)
-       $(MKDIRHIER) $(dir $@)
-       $(RM) -f $@
+# -----------------------------------------------------------------------------
+#
+# (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 | $$(dir $$@)/.
+       "$(RM)" $(RM_OPTS) $@
        echo '#!$(PERL)'                               >> $@
        echo '$$DEFAULT_TMPDIR = "$(DEFAULT_TMPDIR)";' >> $@
        echo '$$CPP            = "$(CPP)";'            >> $@