diff options
author | 2001-03-28 22:52:22 +0000 | |
---|---|---|
committer | 2001-03-28 22:52:22 +0000 | |
commit | 46d827c83c7c60015eb8bcd26beafc70e43e5ff8 (patch) | |
tree | 034098e4127bf25be8f1514eddd44f69f6773e64 | |
parent | check auth_root_allowed for kbd-int auth, too. (diff) | |
download | wireguard-openbsd-46d827c83c7c60015eb8bcd26beafc70e43e5ff8.tar.xz wireguard-openbsd-46d827c83c7c60015eb8bcd26beafc70e43e5ff8.zip |
unbreak broken cross-binutils-new target (missing ')' )
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |