From d1e15514aaf84bec6fddeaa2bd7b4027b175be6e Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Tue, 15 Dec 2015 13:47:07 +0100 Subject: [PATCH] Fixed a dependency (error with make -j8). Signed-off-by: Vincent Lefevre --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20459789..118c3a56 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,7 @@ tiny_libmaker$(EXESUF): win32/tools/tiny_libmaker.c $(CC) -o $@ $< $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) # TinyCC runtime libraries -libtcc1.a : FORCE +libtcc1.a : FORCE $(PROGS) $(MAKE) -C lib native if test ! -d $(ARCH); then mkdir $(ARCH); fi if test ! -L $(ARCH)/$@; then ln -sf ../$@ $(ARCH)/$@; fi