Commit a28a9c27 authored by unknown's avatar unknown

Use autorun.sh from BUILD/ instead of netware specific version

parent 0e330318
...@@ -15,11 +15,11 @@ if test -e "Makefile"; then make -k clean; fi ...@@ -15,11 +15,11 @@ if test -e "Makefile"; then make -k clean; fi
rm -f */.deps/*.P rm -f */.deps/*.P
rm -rf Makefile.in.bk rm -rf Makefile.in.bk
# Metrowerks enviornment # Setup Metrowerks environment
. $path/mwenv . $path/mwenv
# run auto tools # Run autotools(use BUILD/autorun.sh)
. $path/compile-AUTOTOOLS . BUILD/autorun.sh
# configure # configure
./configure $base_configs $extra_configs ./configure $base_configs $extra_configs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment