Fixed a dependency (error with make -j8).
Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
This commit is contained in:
2
Makefile
2
Makefile
@ -255,7 +255,7 @@ tiny_libmaker$(EXESUF): win32/tools/tiny_libmaker.c
|
|||||||
$(CC) -o $@ $< $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
|
$(CC) -o $@ $< $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
# TinyCC runtime libraries
|
# TinyCC runtime libraries
|
||||||
libtcc1.a : FORCE
|
libtcc1.a : FORCE $(PROGS)
|
||||||
$(MAKE) -C lib native
|
$(MAKE) -C lib native
|
||||||
if test ! -d $(ARCH); then mkdir $(ARCH); fi
|
if test ! -d $(ARCH); then mkdir $(ARCH); fi
|
||||||
if test ! -L $(ARCH)/$@; then ln -sf ../$@ $(ARCH)/$@; fi
|
if test ! -L $(ARCH)/$@; then ln -sf ../$@ $(ARCH)/$@; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user