From 7f6e9f5e20124f98ee48429ae300f43cd23fa9df Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 11 Sep 2004 22:46:28 +0000 Subject: [PATCH] *** empty log message *** --- dlls/csstats2/csstats/Makefile.pl | 5 ----- dlls/engine/Makefile.pl | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dlls/csstats2/csstats/Makefile.pl b/dlls/csstats2/csstats/Makefile.pl index ff40c589..0fe4ab33 100755 --- a/dlls/csstats2/csstats/Makefile.pl +++ b/dlls/csstats2/csstats/Makefile.pl @@ -46,11 +46,6 @@ while ($cmd = shift) } } -if ($OPTIONS{"amd64"}) -{ - $gccf = "g++"; -} - $gcc = `$gccf --version`; if ($gcc =~ /2\.9/) { diff --git a/dlls/engine/Makefile.pl b/dlls/engine/Makefile.pl index 95972311..a9cd5dcb 100755 --- a/dlls/engine/Makefile.pl +++ b/dlls/engine/Makefile.pl @@ -46,11 +46,6 @@ while ($cmd = shift) } } -if ($OPTIONS{"amd64"}) -{ - $gccf = "g++"; -} - $gcc = `$gccf --version`; if ($gcc =~ /2\.9/) {