diff options
Diffstat (limited to 'textproc/yodl/patches/patch-aa')
-rw-r--r-- | textproc/yodl/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/yodl/patches/patch-aa b/textproc/yodl/patches/patch-aa new file mode 100644 index 00000000000..b8f742ec758 --- /dev/null +++ b/textproc/yodl/patches/patch-aa @@ -0,0 +1,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 + + |