From: Ulrich Drepper Date: Thu, 9 Apr 1998 10:12:51 +0000 (+0000) Subject: Use +force in dependency list of installation targets. X-Git-Tag: glibc-2.16-ports-before-merge~3257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69b51432792e80457fef3d79b26a26532e55d41b;p=thirdparty%2Fglibc.git Use +force in dependency list of installation targets. --- diff --git a/sysdeps/standalone/i386/force_cpu386/Makefile b/sysdeps/standalone/i386/force_cpu386/Makefile index a51ed7f4296..3ed09643b26 100644 --- a/sysdeps/standalone/i386/force_cpu386/Makefile +++ b/sysdeps/standalone/i386/force_cpu386/Makefile @@ -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