diff options
author | 2004-09-06 10:25:31 +0000 | |
---|---|---|
committer | 2004-09-06 10:25:31 +0000 | |
commit | a900f75722d01589d9af1f553ad2dc2436648310 (patch) | |
tree | 5d43735fdc22d6873e15dad40d90f0f53c45bb55 | |
parent | sync (diff) | |
download | wireguard-openbsd-a900f75722d01589d9af1f553ad2dc2436648310.tar.xz wireguard-openbsd-a900f75722d01589d9af1f553ad2dc2436648310.zip |
Fix a previous merge error.
ok miod@ and espie@
-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@ |