summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/conf/Makefile.mac68k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/conf/Makefile.mac68k')
-rw-r--r--sys/arch/mac68k/conf/Makefile.mac68k10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k
index ed3d288e299..c3ed580b3b7 100644
--- a/sys/arch/mac68k/conf/Makefile.mac68k
+++ b/sys/arch/mac68k/conf/Makefile.mac68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mac68k,v 1.72 2011/07/06 02:08:05 tedu Exp $
+# $OpenBSD: Makefile.mac68k,v 1.73 2011/07/07 22:28:18 guenther Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -160,9 +160,11 @@ install-kernel-${MACHINE_NAME}:
${SYSTEM_OBJ}: ${DB_STRUCTINFO}
.endif
.ifnmake clean
-. for o in ${SYSTEM_OBJ:.o=.d} assym.d ${DB_STRUCTINFO:.h=.d}
-. if exists($o)
-. include "$o"
+. for o in ${SYSTEM_OBJ} assym.h ${DB_STRUCTINFO}
+. if exists(${o:R}.d)
+. include "${o:R}.d"
+. elif exists($o)
+ .PHONY: $o
. endif
. endfor
.endif