summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2001-03-28 22:52:22 +0000
committertodd <todd@openbsd.org>2001-03-28 22:52:22 +0000
commit46d827c83c7c60015eb8bcd26beafc70e43e5ff8 (patch)
tree034098e4127bf25be8f1514eddd44f69f6773e64
parentcheck auth_root_allowed for kbd-int auth, too. (diff)
downloadwireguard-openbsd-46d827c83c7c60015eb8bcd26beafc70e43e5ff8.tar.xz
wireguard-openbsd-46d827c83c7c60015eb8bcd26beafc70e43e5ff8.zip
unbreak broken cross-binutils-new target (missing ')' )
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0240ee14649..0c1949917c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.64 2001/01/27 01:59:43 niklas Exp $
+# $OpenBSD: Makefile,v 1.65 2001/03/28 22:52:22 todd Exp $
#
# For more information on building in tricky environments, please see
@@ -176,7 +176,7 @@ cross-binutils-new: cross-dirs
--prefix ${CROSSDIR}/usr \
--disable-nls --disable-gdbtk --disable-commonbfdlib \
--target `cat ${CROSSDIR}/TARGET_CANON` && \
- ${MAKE} CFLAGS=${CFLAGS} && ${MAKE} install && \
+ ${MAKE} CFLAGS=${CFLAGS} && ${MAKE} install ) && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 \
${.CURDIR}/usr.bin/lorder/lorder.sh \
${CROSSDIR}/usr/bin/lorder