Fixed a dependency (error with make -j8).

Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
This commit is contained in:
Vincent Lefevre 2015-12-15 13:47:07 +01:00
parent 1c2dfa1f4b
commit d1e15514aa

View File

@ -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