summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-24 17:49:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-24 17:49:38 +0000
commitf497e7b6095b11027348a018c16049554af08691 (patch)
treeb3c046a08a011c3b5603b011e86436afc40300a0 /sys/arch/zaurus
parent2e53b7a4897dca84ba624c69f6402de1f8ecd740 (diff)
Unify the dependency time check for whether an architecture has SFILES
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r--sys/arch/zaurus/conf/Makefile.zaurus4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus
index 586cd29957c..ee3f841bf64 100644
--- a/sys/arch/zaurus/conf/Makefile.zaurus
+++ b/sys/arch/zaurus/conf/Makefile.zaurus
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.zaurus,v 1.30 2010/05/24 14:59:16 deraadt Exp $
+# $OpenBSD: Makefile.zaurus,v 1.31 2010/05/24 17:49:37 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -147,7 +147,7 @@ depend:: .depend
.depend: ${SRCS} assym.h param.c ${DB_STRUCTINFO}
${MKDEP} ${AFLAGS} ${CPPFLAGS} ${_archdir}/${_arch}/locore.S
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
-.if ${SFILES} != ""
+.if !empty(SFILES)
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
.endif
cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \