blob: b8f742ec75811c559a8195064920d14141d6ab81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|