%/configure: %/configure.in
autoconf $(ACFLAGS) $< > $@.new
- mv $@.new $@
+ mv -f $@.new $@
include Makeconfig
$(objpfx)munch-init.c: munch.awk munch-tmpl.c $(+subdir_inits)
awk -f $< subdirs='$(+init_subdirs)' $(word 2,$^) > $@-t
- mv $@-t $@
+ mv -f $@-t $@
generated := $(generated) munch-init.c
endif
fi; \
done; \
echo endef) > $@-tmp
- mv $@-tmp $@
+ mv -f $@-tmp $@
\f
# Makerules creates a file `stub-$(subdir)' for each subdirectory, which
# contains `#define __stub_FUNCTION' for each function which is a stub.