From: Roland McGrath Date: Tue, 14 Apr 1992 02:30:18 +0000 (+0000) Subject: Formerly GNUmakefile.~53~ X-Git-Tag: 3.70.2~823 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=491a9d9cb45315d3cd1dac0a73b4485465bcbad8;p=thirdparty%2Fmake.git Formerly GNUmakefile.~53~ --- diff --git a/GNUmakefile b/GNUmakefile index ce91df96..abfaa849 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -167,8 +167,9 @@ endif # Run the tests. .PHONY: tests -tests: - $(MAKE) -C tests +testdir := $(firstword $(wildcard make-test-?.?)) +tests: $(testdir)/run_make_tests.pl $(prog) +# cd $(