From d68fd42cc75ecd8b260bb1bf8a6c829f53be10d2 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Fri, 3 Oct 2008 20:36:15 +0000 Subject: [PATCH] ICU-6567 Fix some compiler warnings X-SVN-Rev: 24716 --- icu4c/source/config/mh-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-linux b/icu4c/source/config/mh-linux index 056789eb235..d7236766f93 100644 --- a/icu4c/source/config/mh-linux +++ b/icu4c/source/config/mh-linux @@ -1,6 +1,6 @@ ## -*-makefile-*- ## Linux-specific setup -## Copyright (c) 1999-2006, International Business Machines Corporation and +## Copyright (c) 1999-2008, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files @@ -17,7 +17,7 @@ THREADSCPPFLAGS = -D_REENTRANT LIBCPPFLAGS = ## Compiler switch to embed a runtime search path -LD_RPATH= +LD_RPATH= LD_RPATH_PRE = -Wl,-rpath, ## These are the library specific LDFLAGS