This file had been copied from IRIX.sys.mk, which contained a wrong
definition for CXXCPP, so fixed the definition here, too.
This commit is contained in:
parent
056102613f
commit
dd7c830ba9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OSF1.sys.mk,v 1.1 2004/11/20 04:31:35 grant Exp $
|
||||
# $NetBSD: OSF1.sys.mk,v 1.2 2006/07/11 04:18:26 rillig Exp $
|
||||
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
|
||||
|
||||
unix?= We run Unix
|
||||
|
@ -37,7 +37,7 @@ OBJCFLAGS?= ${CFLAGS}
|
|||
COMPILE.m?= ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} -c
|
||||
LINK.m?= ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} ${LDFLAGS}
|
||||
|
||||
CPP?= CC
|
||||
CPP?= CC -E
|
||||
CPPFLAGS?=
|
||||
|
||||
FC?= f77
|
||||
|
|
Loading…
Reference in a new issue