From b34528d32886e9b6f8571fb8d26e69703bb03bd9 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 31 Aug 2001 13:49:18 +0000 Subject: cccp, not xcpp --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e181401faf3..bcb14723941 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2001/08/31 12:47:57 brad Exp $ +# $OpenBSD: Makefile,v 1.72 2001/08/31 13:49:17 art Exp $ # # For more information on building in tricky environments, please see @@ -289,7 +289,7 @@ cross-gcc: cross-dirs ln -sf ${CROSSDIR}/usr/bin/`cat ${CROSSDIR}/TARGET_CANON`-gcc \ ${CROSSDIR}/usr/bin/cc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${CROSSDIR}/usr/obj/gnu/egcs/gcc/xcpp \ + ${CROSSDIR}/usr/obj/gnu/egcs/gcc/cccp \ ${CROSSDIR}/usr/libexec/cpp sed -e 's#/usr/libexec/cpp#${CROSSDIR}/usr/libexec/cpp#' \ -e 's#/usr/include#${CROSSDIR}/usr/include#' \ -- cgit v1.2.3