summaryrefslogtreecommitdiff
path: root/x11/blt/patches/patch-ab
blob: 1a96c4e5e4a82e2698379586da2fb192113910f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.7 2002/03/31 14:37:31 abs Exp $

--- library/Makefile.in.orig	Thu Jan 27 00:42:13 2000
+++ library/Makefile.in
@@ -31,7 +31,7 @@
 
 mkdirs:
 	@for i in $(instdirs) ; do \
-	    if test -d $$i ; then : ; else mkdir $$i ; fi ; \
+	    if test -d $$i ; then : ; else mkdir -p $$i ; fi ; \
         done
 
 dragdrop: mkdirs