X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;h=6ea209be949b7e61dc4ddf6941d62e3047ebed99;hp=8dced370b421cd2f741a4a954cd1ccee6fbade00;hb=9c325bab1e7ed7d305a79ef9e366b6ac87b8b1b6;hpb=ebf8b86b087dbe219cfb16e7d71ac03132378ee6 diff --git a/compiler/Makefile b/compiler/Makefile index 8dced37..6ea209b 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -174,7 +174,7 @@ CONFIGURE_FLAGS_STAGE2 += $(USE_STAGE1_CONFIGURE_FLAGS) CONFIGURE_FLAGS_STAGE3 += $(USE_STAGE2_CONFIGURE_FLAGS) boot.stage.%: $(PRIMOP_BITS) $(CONFIG_HS) parser/Parser.y - test -e $(STAGE3_PACKAGE_CONF) || echo "[]" > $(STAGE3_PACKAGE_CONF) + test -f $(STAGE3_PACKAGE_CONF) || echo "[]" > $(STAGE3_PACKAGE_CONF) $(CABAL) configure --distpref dist-stage$* \ $(CONFIGURE_FLAGS_STAGE$*) \ $(INSTALL_DIRS_CONFIGURE_FLAGS) \