chiark / gitweb /
[PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
[elogind.git] / Makefile
index 55c51fd2a8b461d5a0bc9834b5488d323e4d63b6..e966591b522d0079ab2cb7d57f4a01d20e2bb89d 100644 (file)
--- 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) $@