diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 13:47:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 13:47:15 +0200 |
commit | 70cba12a4d326d2d326655845c1731b521285feb (patch) | |
tree | 2584841920e9391347f0442ca34335e06ceaff95 /scripts/makeinfo | |
parent | 4fed3d2f26c00198fb12141e2ba47c4633805821 (diff) |
fix binutils build with musl and newer makeinfo stuff
Diffstat (limited to 'scripts/makeinfo')
-rwxr-xr-x | scripts/makeinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makeinfo b/scripts/makeinfo new file mode 100755 index 000000000..039e4d006 --- /dev/null +++ b/scripts/makeinfo @@ -0,0 +1,2 @@ +#!/bin/sh +exit 0 |