From 63787dffdee831559ecda2d1d1593e3638e76e7a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Jun 2002 21:56:48 +0000 Subject: now configure update works for simulator builds too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@878 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index edf47e6b9e..d0b8cc0462 100755 --- a/tools/configure +++ b/tools/configure @@ -97,6 +97,10 @@ if [ "$target" = "update" ]; then echo "Existing generated Makefile found. Getting defaults from it." target=`grep "^TARGET=" Makefile | cut -d= -f2-` debug=`grep "^DEBUG=" Makefile | cut -d= -f2-` + + if [ "$debug" = "SIMULATOR=1" ]; then + simulator="yes" + fi fi fi else -- cgit v1.2.3