diff options
Diffstat (limited to 'utils/mkdependC/ghc.mk')
-rw-r--r-- | utils/mkdependC/ghc.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/utils/mkdependC/ghc.mk b/utils/mkdependC/ghc.mk deleted file mode 100644 index 229e3ee40e..0000000000 --- a/utils/mkdependC/ghc.mk +++ /dev/null @@ -1,23 +0,0 @@ -# ----------------------------------------------------------------------------- -# -# (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)";' >> $@ - echo '$$BUILDPLATFORM = "$(BUILDPLATFORM)";' >> $@ - cat utils/mkdependC/mkdependC.prl >> $@ - $(EXECUTABLE_FILE) $@ - -$(eval $(call all-target,utils/mkdependC,$(MKDEPENDC))) -$(eval $(call clean-target,utils/mkdependC,,$(MKDEPENDC))) |