summaryrefslogtreecommitdiffstats
path: root/src/proj.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-03-25 03:02:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-03-25 03:02:35 (GMT)
commit1a2f5c32312ed0e99b93bc5d5d37ba2d8321875b (patch)
tree5d42d02728f163ef993e6141e3b5fbebcc54ec4f /src/proj.mk
parentecf2e1f5d2bff7ebd6c89343ad0f05d621f3eaf8 (diff)
downloadmxe-1a2f5c32312ed0e99b93bc5d5d37ba2d8321875b.zip
mxe-1a2f5c32312ed0e99b93bc5d5d37ba2d8321875b.tar.gz
mxe-1a2f5c32312ed0e99b93bc5d5d37ba2d8321875b.tar.bz2
package proj: invoke aclocal to avoid automake version conflicts
Diffstat (limited to 'src/proj.mk')
-rw-r--r--src/proj.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj.mk b/src/proj.mk
index 6ed01ee..223bd3c 100644
--- a/src/proj.mk
+++ b/src/proj.mk
@@ -21,6 +21,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoconf
+ cd '$(1)' && aclocal
cd '$(1)' && automake
cd '$(1)' && ./configure \
--host='$(TARGET)' \