diff options
Diffstat (limited to 'libc/misc/assert/Makefile')
-rw-r--r-- | libc/misc/assert/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/misc/assert/Makefile b/libc/misc/assert/Makefile index 68cbaec82..75f613b7e 100644 --- a/libc/misc/assert/Makefile +++ b/libc/misc/assert/Makefile @@ -35,7 +35,9 @@ $(LIBC): ar-target ar-target: $(OBJS) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) -$(OBJS): Makefile +$(COBJS): + $(CC) $(CFLAGS) $< -c $*.c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o clean: rm -f *.[oa] *~ core |