mirror of
https://github.com/frida/tinycc
synced 2024-12-24 22:16:49 +03:00
Fixed a dependency (error with make -j8).
Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
This commit is contained in:
parent
1c2dfa1f4b
commit
d1e15514aa
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user