aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-05-14 00:25:12 -0400
committerdavilla <davilla@4pi.com>2012-05-14 00:25:12 -0400
commit974dbedbd8a141355d96be17c8e55606d9d4f910 (patch)
tree803939450829d7e181706e06e857382cdfecde83 /tools
parent7cbef2187bf0cabd0a4626557f5729eff20079d8 (diff)
[osx/ios] fixed depends build on a neked xcode4, install help2man during bootstrap as autoconfig needs it
Diffstat (limited to 'tools')
-rwxr-xr-xtools/darwin/depends/bootstrap1
-rw-r--r--tools/darwin/depends/help2man/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/darwin/depends/bootstrap b/tools/darwin/depends/bootstrap
index 5ab3cf2148..25d958da2f 100755
--- a/tools/darwin/depends/bootstrap
+++ b/tools/darwin/depends/bootstrap
@@ -11,6 +11,7 @@ if test "$has_autoconf" = "no"; then
# if not then prebuild our autoconf.
echo "autoconf not found, pre-building autoconf"
make -C m4
+ make -C help2man
make -C autoconf
fi
diff --git a/tools/darwin/depends/help2man/Makefile b/tools/darwin/depends/help2man/Makefile
index 6b90b08718..c61080d9b1 100644
--- a/tools/darwin/depends/help2man/Makefile
+++ b/tools/darwin/depends/help2man/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.include
+include ../Makefile.buildtools
# lib name, version
APPNAME=help2man