aboutsummaryrefslogtreecommitdiff
path: root/rules/autotools.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-14 09:46:08 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-14 09:46:08 +0400
commitf5f58371de3ccfff2ce6e1aac35de3e6106002ae (patch)
treee43dada06ad4f2f5b47263918469112c34b1c2c7 /rules/autotools.mk
parent0f7141c9d86752933972be9ab485a9e7cd0da539 (diff)
downloadcibs-f5f58371de3ccfff2ce6e1aac35de3e6106002ae.tar.gz
Simple patch system with pre-configure hook
Diffstat (limited to 'rules/autotools.mk')
-rw-r--r--rules/autotools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/autotools.mk b/rules/autotools.mk
index fea7d12..b6769d0 100644
--- a/rules/autotools.mk
+++ b/rules/autotools.mk
@@ -39,7 +39,7 @@ configure-options = \
--bindir="$(bindir)" \
--includedir="$(includedir)" \
-configure-%-stamp: patch-stamp unpack-stamp
+configure-%-stamp: pre-configure
[ -d "$(builddir)" ] || mkdir -p "$(builddir)"
cd "$(builddir)" && \
env $(configure-env) \