From: Roland McGrath Date: Tue, 1 Nov 1994 06:28:24 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4044 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=216eed1fd6c0cb08ff25eb7f8b8c73adebd27ca2;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/standalone/i386/force_cpu386/Makefile b/sysdeps/standalone/i386/force_cpu386/Makefile index 429f822594d..8483724ee3a 100644 --- a/sysdeps/standalone/i386/force_cpu386/Makefile +++ b/sysdeps/standalone/i386/force_cpu386/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993 Free Software Foundation, Inc. +# Copyright (C) 1994 Free Software Foundation, Inc. # Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil), # On-Line Applications Research Corporation. @@ -18,5 +18,7 @@ # Cambridge, MA 02139, USA. ifeq (bare,$(subdir)) -install-lib += force_cpu386.ld +install-others += $(libdir)/force_cpu386.ld +$(libdir)/force_cpu386.ld: $(sysdep_dir)/standalone/i386/target.ld + $(do-install) endif