From fad8e13ccd567512e36a4441688e62c0aa63407e Mon Sep 17 00:00:00 2001 From: Iavael Date: Thu, 23 Jan 2014 21:19:56 +0400 Subject: [PATCH] Ordinary and implicit rules cannot be mixed in the same string in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39f10ba7..d116f07b 100644 --- a/Makefile +++ b/Makefile @@ -346,7 +346,7 @@ tcc-doc.info: tcc-doc.texi # in tests subdir export LIBTCC1 -test test% %test : +%est: $(MAKE) -C tests $@ 'PROGS_CROSS=$(PROGS_CROSS)' clean: -- 2.11.4.GIT