aboutsummaryrefslogtreecommitdiff
path: root/build/meta/automake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-08 20:57:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-08 20:57:30 +0200
commit3f100fe0470f379d6573ae0484600cebfc2d2415 (patch)
treee3d0c1b936be1a2d541331d7298061b2015d8992 /build/meta/automake
parent92c0ea2540562213770f4f36eb9c4e0009eaf95c (diff)
Support for VC++ solutions and tests, other improvements
Diffstat (limited to 'build/meta/automake')
-rwxr-xr-xbuild/meta/automake3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/meta/automake b/build/meta/automake
index ef5db66..612412e 100755
--- a/build/meta/automake
+++ b/build/meta/automake
@@ -61,4 +61,5 @@ install=$build/install/install
#
$install -d -m 755 `dirname $output`
-exec $m4 -P -D__meta_base__=$meta $meta/automake.m4 $input >$output
+$m4 -P -D__meta_base__=$meta $meta/automake.m4 $input >$output
+chmod 644 $output