diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ tests: $(tests:%=$(objpfx)%.out) endif ifneq "$(strip $(others) $(tests))" "" -$(addprefix $(objpfx),$(others) $(tests)): %: %.o $(libc.a) +$(addprefix $(objpfx),$(others) $(tests)): %: %.o $(common-objpfx)libc.a $(+link) endif |