summaryrefslogtreecommitdiff
path: root/usr.bin/cpp
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-23 03:52:40 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-23 03:52:40 +0000
commitb6cedfa8add65161b643e0099e83e8ebf5ea39a8 (patch)
tree9074a274a6221829c5637ef07f30d9ef8733f744 /usr.bin/cpp
parent540122a1ed2b05da4e3d9e8f3f123d17b0b0d29d (diff)
Notes
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r--usr.bin/cpp/cpp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh
index 78444bfeaf63..93d4e49b4c15 100644
--- a/usr.bin/cpp/cpp.sh
+++ b/usr.bin/cpp/cpp.sh
@@ -36,14 +36,14 @@
# SUCH DAMAGE.
#
# From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: cpp.sh,v 1.2 1994/08/05 21:08:10 wollman Exp $
#
# 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/gcpp
+CPP=/usr/libexec/cpp
ALST="-traditional -D__GNUC__ -$ "
NSI=no
OPTS=""