summaryrefslogtreecommitdiff
path: root/libc/misc/time
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/time')
-rw-r--r--libc/misc/time/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile
index aac0d7762..ec8199c69 100644
--- a/libc/misc/time/Makefile
+++ b/libc/misc/time/Makefile
@@ -36,7 +36,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