diff options
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 4722a5ba3c..371ebb4932 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -40,6 +40,10 @@ PRIMOP_BITS = primop-data-decl.hs-incl \ primop-strictness.hs-incl \ primop-primop-info.hs-incl +boot :: $(CONFIG_HS) + +boot :: parser/Parser.y + boot:: boot.stage.$(stage) all:: build.stage.$(stage) @@ -186,10 +190,6 @@ boot :: stage_dirs # The 'echo' commands simply spit the values of various make variables # into Config.hs, whence they can be compiled and used by GHC itself -boot :: $(CONFIG_HS) - -boot :: parser/Parser.y - $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk @$(RM) -f $(CONFIG_HS) @echo "Creating $(CONFIG_HS) ... " |