From 2d975b66dac589fd44c577c50cd659c34044fcac Mon Sep 17 00:00:00 2001 From: NicJA Date: Sun, 6 Mar 2011 02:17:18 +0000 Subject: [PATCH] make sure directory exists.. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@37384 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- config/make.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/make.tmpl b/config/make.tmpl index 748fbde77b..73e79443aa 100644 --- a/config/make.tmpl +++ b/config/make.tmpl @@ -2366,6 +2366,7 @@ endif fi $(%(mmake)-pkgdir)/.files-touched: + %mkdirs_q $(%(mmake)-pkgdir) find %(srcdir) -exec $(TOUCH) -c -r %(srcdir)/configure '{}' \; && \ $(TOUCH) $@ -- 2.11.4.GIT