ICU-4738 Don't use ifeq when it isn't needed.
X-SVN-Rev: 18548
This commit is contained in:
parent
c8e1cee48e
commit
e67a8dc722
@ -173,6 +173,7 @@ endif
|
||||
STATIC_PREFIX = s
|
||||
LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
A = a
|
||||
SOBJ = $(SO)
|
||||
|
||||
# Force removal [for make clean]
|
||||
RMV = rm -rf
|
||||
@ -221,10 +222,6 @@ INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)$(LIBDIR):$(top_builddir)
|
||||
# Platform-specific setup
|
||||
include @platform_make_fragment@
|
||||
|
||||
ifeq ($(SOBJ),)
|
||||
SOBJ = $(SO)
|
||||
endif
|
||||
|
||||
# When shared libraries are disabled and static libraries are enabled,
|
||||
# the C++ compiler must be used to link in the libraries for the tools.
|
||||
ifneq ($(ENABLE_SHARED),YES)
|
||||
|
Loading…
Reference in New Issue
Block a user