diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/elf/Makefile b/elf/Makefile index dcca90411f..58b3a90f20 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -14,9 +14,9 @@ # Library General Public License for more details. # You should have received a copy of the GNU Library General Public -# License along with the GNU C Library; see the file COPYING.LIB. If -# not, write to the Free Software Foundation, Inc., 675 Mass Ave, -# Cambridge, MA 02139, USA. +# License along with the GNU C Library; see the file COPYING.LIB. If not, +# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. subdir := elf @@ -85,7 +85,7 @@ endef CFLAGS-dl-support.c = -D'DEFAULT_RPATH="$(default-rpath)"' ifneq (ld.so, $(rtld-installed-name)) -# Make sure ld-gnu.so.1 exists in the build directory so we can link +# Make sure ld.so.1 exists in the build directory so we can link # against it. $(objpfx)$(rtld-installed-name): $(objpfx)ld.so rm -f $@ |