1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-31 01:47:15 +03:00

[PATCH] remove archive file if we changed something

This commit is contained in:
kay.sievers@vrfy.org 2004-11-25 09:52:19 +01:00 committed by Greg KH
parent 7c2aae11ff
commit 9aa0485c97

View File

@ -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) $@