aboutsummaryrefslogtreecommitdiff
path: root/rules/autotools.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-14 10:23:49 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-14 10:23:49 +0400
commit99ca2484fa4e0e6076e53334e37e9219ef6490bc (patch)
tree32f7c972da761e8932c452bd3c36a66fe172f2d4 /rules/autotools.mk
parent53a4280791cfd9ef6975c495b53f2f8f4cf55b32 (diff)
downloadcibs-99ca2484fa4e0e6076e53334e37e9219ef6490bc.tar.gz
Use pre-configure-stamp
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 b6769d0..108cdca 100644
--- a/rules/autotools.mk
+++ b/rules/autotools.mk
@@ -39,7 +39,7 @@ configure-options = \
--bindir="$(bindir)" \
--includedir="$(includedir)" \
-configure-%-stamp: pre-configure
+configure-%-stamp: pre-configure-stamp
[ -d "$(builddir)" ] || mkdir -p "$(builddir)"
cd "$(builddir)" && \
env $(configure-env) \