From 7eda324c3bfd91af6172fab23c2c78b01c7903ee Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Nov 2003 14:10:21 +0000 Subject: Removed the prompting for demos and games. They're plugins now anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4070 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 8302c557cf..8a527f7ec4 100755 --- a/tools/configure +++ b/tools/configure @@ -76,7 +76,6 @@ sed > Makefile \ -e "s,@PWD@,${pwd},g" \ -e "s,@LANGUAGE@,${language},g" \ -e "s,@SIMVER@,${simver},g" \ - -e "s,@EXTRA_DEFINES@,${extra_defines},g" \ < Makefile \ -e "s,@TARGET@,${target},g" \ -e "s,@ARCHOS@,${archos},g" \ -e "s,@LANGUAGE@,${language},g" \ - -e "s,@EXTRA_DEFINES@,${extra_defines},g" \ -e "s,@PWD@,${pwd},g" \ <