diff options
Diffstat (limited to 'mk/set_constraint_handler_s.d')
-rw-r--r-- | mk/set_constraint_handler_s.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/set_constraint_handler_s.d b/mk/set_constraint_handler_s.d index e2868a99..150613b6 100644 --- a/mk/set_constraint_handler_s.d +++ b/mk/set_constraint_handler_s.d @@ -5,6 +5,5 @@ libc.a(set_constraint_handler_s.o): $(OBJDIR)/set_constraint_handler_s.o $(OBJDIR)/set_constraint_handler_s.o: src/stdlib/set_constraint_handler_s.c $(OBJDIR)/set_constraint_handler_s.o: src/stdlib/_stdlib.h $(OBJDIR)/set_constraint_handler_s.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/stdlib/set_constraint_handler_s.c + $(CC) -c -o $@ $(CFLAGS) src/stdlib/set_constraint_handler_s.c |