mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
14 lines
334 B
Plaintext
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
|
|
|
|
|