diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-25 13:56:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-25 13:56:28 +0000 |
commit | 5ce16708c7f3c00a0e5bf245091462f71f469561 (patch) | |
tree | 919df213e677dc0414016d880838d5434e5f16ac /gnu/usr.bin/binutils/ld/Makefile | |
parent | 07ec8772534d932c7b3f426215aa987c9347162f (diff) | |
download | src-5ce16708c7f3c00a0e5bf245091462f71f469561.tar.gz src-5ce16708c7f3c00a0e5bf245091462f71f469561.zip |
`stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems].
Notes
Notes:
svn path=/head/; revision=69164
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile')
-rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index f11702a04156..49efc0cb8b62 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -38,7 +38,7 @@ ldemul-list.h: echo "#define EMULATION_LIST ${EMLST} 0" >> ldemul-list.h stringify.sed: - ln -sf ${SRCDIR}/ld/emultempl/stringify.sed ${.TARGET} + ln -sf ${SRCDIR}/ld/emultempl/astring.sed ${.TARGET} afterinstall: ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ |