diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-08 19:36:14 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-08 23:11:06 +0000 |
commit | 9e452874df05f5f98243576ffaefc2f356358038 (patch) | |
tree | bad3b659234883643d088b48034a6bd99e2b851f /utils/genapply | |
parent | 4c49eb512499255fe7de0e6cfc08ed138957d583 (diff) | |
download | haskell-9e452874df05f5f98243576ffaefc2f356358038.tar.gz |
Refactoring
This is working towards being able to put ghcautoconf.h and
ghcplatform.h in includes/dist
Diffstat (limited to 'utils/genapply')
-rw-r--r-- | utils/genapply/ghc.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/genapply/ghc.mk b/utils/genapply/ghc.mk index cc0aede99e..4f78bc9600 100644 --- a/utils/genapply/ghc.mk +++ b/utils/genapply/ghc.mk @@ -19,8 +19,8 @@ ifeq "$(GhcUnregisterised)" "YES" utils/genapply_HC_OPTS += -DNO_REGS endif -utils/genapply/GenApply.hs : $(GHC_INCLUDE_DIR)/ghcconfig.h -utils/genapply/GenApply.hs : $(GHC_INCLUDE_DIR)/MachRegs.h -utils/genapply/GenApply.hs : $(GHC_INCLUDE_DIR)/Constants.h +utils/genapply/GenApply.hs : includes/ghcconfig.h +utils/genapply/GenApply.hs : includes/MachRegs.h +utils/genapply/GenApply.hs : includes/Constants.h $(eval $(call build-prog,utils/genapply,dist,0)) |