From: kay.sievers@vrfy.org Date: Thu, 25 Nov 2004 08:52:19 +0000 (+0100) Subject: [PATCH] remove archive file if we changed something X-Git-Tag: 047~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9aa0485c97d1b02a39550e3be31c37520a0d0620;ds=sidebyside [PATCH] remove archive file if we changed something --- diff --git a/Makefile b/Makefile index 55c51fd2a..e966591b5 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) $@