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