summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 55c51fd2a8..e966591b52 100644
--- a/Makefile
+++ b/Makefile
@@ -252,14 +252,17 @@ else
endif
udev.a: $(UDEV_OBJS)
+ rm -f $@
$(QUIET) $(AR) cq $@ $(UDEV_OBJS)
$(QUIET) $(RANLIB) $@
libsysfs/sysfs.a: $(SYSFS_OBJS)
+ rm -f $@
$(QUIET) $(AR) cq $@ $(SYSFS_OBJS)
$(QUIET) $(RANLIB) $@
klibc_fixups/klibc_fixups.a: $(KLIBC_FIXUP_OBJS)
+ rm -f $@
$(QUIET) $(AR) cq $@ $(KLIBC_FIXUP_OBJS)
$(QUIET) $(RANLIB) $@