summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpp
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:08:10 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:08:10 +0000
commit9d31fc7ba269aeec27e48eafb53d61731801c82b (patch)
treef0a5c928e923ff7f3895bcaca812726a9ceb8eda /usr.bin/cpp
parent97f56a5f0d3e9e961ccaa0df8f4b7cd74a0c7034 (diff)
downloadFreeBSD-src-9d31fc7ba269aeec27e48eafb53d61731801c82b.zip
FreeBSD-src-9d31fc7ba269aeec27e48eafb53d61731801c82b.tar.gz
We call our cpp by a different name.
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r--usr.bin/cpp/cpp.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh
index 08496ab..78444bf 100644
--- a/usr.bin/cpp/cpp.sh
+++ b/usr.bin/cpp/cpp.sh
@@ -35,14 +35,15 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# @(#)cpp.sh 8.1 (Berkeley) 6/6/93
+# From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93
+# $Id$
#
# Transitional front end to CCCP to make it behave like (Reiser) CCP:
# specifies -traditional
# doesn't search gcc-include
#
PATH=/usr/bin:/bin
-CPP=/usr/libexec/gcc2/cpp
+CPP=/usr/libexec/gcpp
ALST="-traditional -D__GNUC__ -$ "
NSI=no
OPTS=""
OpenPOWER on IntegriCloud