From 8ec23d0efcfd48b19746f19934256d216caf0f8f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 7 May 2005 01:25:20 +0200 Subject: - typo fix in BUILD/compile-dist BUILD/compile-dist: - typo fix --- BUILD/compile-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') diff --git a/BUILD/compile-dist b/BUILD/compile-dist index 4fa3c0a8624..51afd104491 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -20,7 +20,7 @@ if test -z "$CXX" ; then export CXX=gcc # Set some required compile options if test -z "$CXXFLAGS" ; then - export CXXFLAGS=""-felide-constructors -fno-exceptions -fno-rtti"" + export CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" fi fi -- cgit v1.2.1