diff --git a/testsuite/Makefile b/testsuite/Makefile index 51e8fafed4d1c21ea84b56c1ddb854a4d0a95fca..5a2fcce79d20d1deba8c780622c2985ef2db3c22 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -1,11 +1,12 @@ TOP = . include $(TOP)/mk/boilerplate.mk +boot: + $(MAKE) -C $(TOP)/timeout all + all: - cd tests/ghc-regress && $(MAKE) $(MFLAGS) + $(MAKE) -C $(TOP)/tests/ghc-regress all clean distclean: - $(MAKE) -C timeout $@ + $(MAKE) -C $(TOP)/timeout $@ -boot: - cd $(TOP)/timeout && $(MAKE) $(MFLAGS) all