$NetBSD: patch-aa,v 1.1.1.1 2001/03/26 22:43:57 jtb Exp $

--- stepmake/stepmake/generic-targets.make.orig	Wed Oct 27 17:34:12 1999
+++ stepmake/stepmake/generic-targets.make
@@ -166,7 +166,7 @@
 include $(outdir)/dummy.dep $(DEP_FILES)
 
 $(outdir)/dummy.dep:
-	-mkdir $(outdir)
+	-mkdir -p $(outdir)
 	touch $(outdir)/dummy.dep
 
 
