2013-09-26 17:14:40 +02:00

14 lines
334 B
Plaintext

$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