diff options
author | davilla <davilla@4pi.com> | 2012-05-14 00:25:12 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-05-14 00:25:12 -0400 |
commit | 974dbedbd8a141355d96be17c8e55606d9d4f910 (patch) | |
tree | 803939450829d7e181706e06e857382cdfecde83 /tools | |
parent | 7cbef2187bf0cabd0a4626557f5729eff20079d8 (diff) |
[osx/ios] fixed depends build on a neked xcode4, install help2man during bootstrap as autoconfig needs it
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/darwin/depends/bootstrap | 1 | ||||
-rw-r--r-- | tools/darwin/depends/help2man/Makefile | 2 |
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 |