diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-06 10:25:32 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-06 10:25:32 +0000 |
commit | df751c474b3bffa6ae59a9f4791f82565ccdad75 (patch) | |
tree | 7f24c9ae0a1060340588fff8c993185c81583193 /gnu | |
parent | cd964528ac1fc7d72ff644c52d1613548ee92ac5 (diff) |
Fix a previous merge error.
ok miod@ and espie@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gas/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gas/Makefile.in b/gnu/usr.bin/binutils/gas/Makefile.in index 6306215d881..34e65e8914c 100644 --- a/gnu/usr.bin/binutils/gas/Makefile.in +++ b/gnu/usr.bin/binutils/gas/Makefile.in @@ -103,6 +103,7 @@ STRIP = @STRIP@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ +YLWRAP = $(top_srcdir)/../ylwrap atof = @atof@ cgen_cpu_prefix = @cgen_cpu_prefix@ extra_objects = @extra_objects@ |