diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-09 10:12:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-09 10:12:51 +0000 |
commit | 69b51432792e80457fef3d79b26a26532e55d41b (patch) | |
tree | 0b06368bc15f25966ae0a034f74f283cd89c4ca5 | |
parent | c79c90357e233a6201a40a4e0699f0d87e0236aa (diff) | |
download | glibc-69b51432792e80457fef3d79b26a26532e55d41b.tar glibc-69b51432792e80457fef3d79b26a26532e55d41b.tar.gz glibc-69b51432792e80457fef3d79b26a26532e55d41b.tar.bz2 glibc-69b51432792e80457fef3d79b26a26532e55d41b.zip |
Use +force in dependency list of installation targets.
-rw-r--r-- | sysdeps/standalone/i386/force_cpu386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/standalone/i386/force_cpu386/Makefile b/sysdeps/standalone/i386/force_cpu386/Makefile index a51ed7f429..3ed09643b2 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 |