Use +force in dependency list of installation targets.

This commit is contained in:
Ulrich Drepper 1998-04-09 10:12:51 +00:00
parent c79c90357e
commit 69b5143279
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
ifeq (bare,$(subdir))
install-others += $(inst_libdir)/force_cpu386.ld
$(inst_libdir)/force_cpu386.ld: $(sysdep_dir)/standalone/i386/target.ld
$(inst_libdir)/force_cpu386.ld: $(sysdep_dir)/standalone/i386/target.ld \
$(+force)
$(do-install)
endif