diff options
author | truelight <truelight@openttd.org> | 2006-03-23 16:23:12 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-03-23 16:23:12 +0000 |
commit | ee8a8ec8341eef1e07f5d1792d2da12d45e3e9fa (patch) | |
tree | ec8f6a9ecfe81ec9d035f56fa10510a233ce0ccf | |
parent | e35adf597b8430876d6296bd6317493fb8b1369b (diff) | |
download | openttd-ee8a8ec8341eef1e07f5d1792d2da12d45e3e9fa.tar.xz |
(svn r4066) -Fix: oops, forgot to remove a debug line
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ do ITEM="CC_TARGET" ;; --target-cxx=*) - echo "$n" TARGET_CXX=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'` ;; --target-cxx) |