changeset 530:479c778d83e6

* standalone/wxwin/makefile.gnu: Tidy up
author jld
date Wed, 22 Jan 2003 13:29:08 +0000
parents 72b037a36620
children 64a3d44844e4
files host/tools/configtool/ChangeLog host/tools/configtool/standalone/wxwin/makefile.gnu
diffstat 2 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog
+++ b/host/tools/configtool/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-22  John Dallaway  <jld@ecoscentric.com>
+
+	* standalone/wxwin/makefile.gnu: Tidy up
+
 2003-01-21  John Dallaway  <jld@ecoscentric.com>
 
 	* standalone/wxwin/configtool.h:
--- a/host/tools/configtool/standalone/wxwin/makefile.gnu
+++ b/host/tools/configtool/standalone/wxwin/makefile.gnu
@@ -6,17 +6,8 @@
 #   cd emptydir
 #   make -f /path/to/this/makefile WXDIR=/path/to/wx/installation ECOSSRCDIR=/path/to/ecos/tools/src OSTYPE=$OSTYPE
 
-ifeq ($(WXDIR),)
-	echo WXDIR not defined - specify path to wxWindows installation
-endif
-
-ifeq ($(ECOSSRCDIR),)
-	echo ECOSSRCDIR not defined - specify path to eCos tools source
-endif
-
-ifeq ($(OSTYPE),)
-	echo OSTYPE not defined - specify "cygwin" or "linux-gnu"
-endif
+WXDIR=WXDIR_not_defined
+ECOSSRCDIR=ECOSSRCDIR_not_defined
 
 CTBUILDDIR=$(shell pwd)
 CTDIR=$(ECOSSRCDIR)/tools/configtool/standalone/wxwin