summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-04-29 18:38:05 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-04-29 20:56:24 -0400
commit9b3166dcbdd7e411d16e97a679c065bb9996e70b (patch)
treef122cd69221453aaabd42d76578b97eb8f5ccbd7 /build.sh
parent565b97481fca3705c03ec17684985bb171322a2b (diff)
build.sh: makedepend must be built after proto
The building of makedepend was moved earlier as it is required by mesa, but was moved before proto upon which it depends. Reported-by: Fred Liu <Fred_Liu@issi.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index b2d124b..5ea5005 100755
--- a/build.sh
+++ b/build.sh
@@ -1280,11 +1280,11 @@ if [ X"$MODFILE" = X ]; then
# We must install the global macros before anything else
build util macros
build font util
- # Required by mesa
- build util makedepend
build_doc
build_proto
+ # Required by mesa and depends on xproto
+ build util makedepend
build_lib
build_mesa