summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf/Makefile.sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-11-30 07:52:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-11-30 07:52:07 +0000
commit937790df765970d1200464f574f741c75aac95d2 (patch)
treeec2df19e2b6e52d86377bb3b1bea4e133910b876 /sys/arch/sparc/conf/Makefile.sparc
parentd85b7d1f0d678149f18cb897534f3c5f62790327 (diff)
Define NORMAL_C_NOP everywhere.
Diffstat (limited to 'sys/arch/sparc/conf/Makefile.sparc')
-rw-r--r--sys/arch/sparc/conf/Makefile.sparc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc
index 485386d9782..100c9fe98da 100644
--- a/sys/arch/sparc/conf/Makefile.sparc
+++ b/sys/arch/sparc/conf/Makefile.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc,v 1.41 2007/11/25 18:25:29 deraadt Exp $
+# $OpenBSD: Makefile.sparc,v 1.42 2007/11/30 07:52:06 miod Exp $
# $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $
# Makefile for OpenBSD
@@ -67,6 +67,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_C_C= ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} ${PARAM} -c $<