diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-30 07:52:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-30 07:52:07 +0000 |
commit | 937790df765970d1200464f574f741c75aac95d2 (patch) | |
tree | ec2df19e2b6e52d86377bb3b1bea4e133910b876 /sys/arch/mvme88k | |
parent | d85b7d1f0d678149f18cb897534f3c5f62790327 (diff) |
Define NORMAL_C_NOP everywhere.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/Makefile.mvme88k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 8e356b8005b..3f62ab16e0c 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.42 2007/11/25 18:25:29 deraadt Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.43 2007/11/30 07:52:06 miod Exp $ # # Makefile for OpenBSD # @@ -61,6 +61,7 @@ HOSTED_CFLAGS?= ${CFLAGS} # capitalized (e.g. C for a .c file), and CONFIG_DEP is _C if the file # is marked as config-dependent. +NORMAL_C_NOP= ${CC} ${CFLAGS} ${CPPFLAGS} -c $< NORMAL_C= ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c $< NORMAL_S= ${CC} ${AFLAGS} ${CPPFLAGS} -c $< |