mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6567 Fix some compiler warnings
X-SVN-Rev: 24716
This commit is contained in:
parent
7b405b40af
commit
d68fd42cc7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue