changeset 757:28b0338d4928

* standalone/wxwin/makefile.gnu: No need to specify -L /usr/lib for Linux builds.
author jld
date Tue, 25 Feb 2003 17:28:17 +0000
parents cdb3cf0a7212
children 36f3d2a15e37
files host/tools/configtool/ChangeLog host/tools/configtool/standalone/wxwin/makefile.gnu
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog
+++ b/host/tools/configtool/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-25  John Dallaway  <jld@ecoscentric.com>
+
+	* standalone/wxwin/makefile.gnu: No need to specify -L /usr/lib for
+	Linux builds.
+
 2003-02-21  John Dallaway  <jld@ecoscentric.com>
 
 	* standalone/wxwin/makefile.gnu: Allow a specific installation of Tcl/Tk
--- a/host/tools/configtool/standalone/wxwin/makefile.gnu
+++ b/host/tools/configtool/standalone/wxwin/makefile.gnu
@@ -6,7 +6,7 @@
 #   cd emptydir
 #   make -f /path/to/this/makefile WXDIR=/path/to/wx/installation ECOSSRCDIR=/path/to/ecos/tools/src OSTYPE=$OSTYPE
 
-TCLDIR=/usr
+TCLDIR=TCLDIR_not_defined
 WXDIR=WXDIR_not_defined
 ECOSSRCDIR=ECOSSRCDIR_not_defined
 
@@ -33,7 +33,7 @@ ifeq "$(OSTYPE)" "cygwin"
 else
   PROGRAM=configtool
   CPPFLAGS=-I$(WXDIR)/include -I$(WXDIR)/lib/wx/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D__USE_WXCONFIG__
-  LDFLAGS=-L$(WXDIR)/lib -L/usr/lib -L/usr/X11R6/lib -lwx_gtk -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm
+  LDFLAGS=-L$(WXDIR)/lib -L/usr/X11R6/lib -lwx_gtk -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm
   EXTRAOBJECTS=
 endif