1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

We call our cpp by a different name.

This commit is contained in:
Garrett Wollman 1994-08-05 21:08:10 +00:00
parent b9717ddb85
commit cad15b000e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1874

View File

@ -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=""