mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-1404 Fix broken out-of-source-directory build, previous commit was bad.
X-SVN-Rev: 6628
This commit is contained in:
parent
db4f29cfa6
commit
39a2ff8950
1 changed files with 1 additions and 4 deletions
|
@ -7,9 +7,6 @@
|
|||
## Makefile.in for ICU - extra/ustdio/libustdio.so
|
||||
## Stephen F. Booth
|
||||
|
||||
SO_TARGET_VERSION = @LIB_VERSION@
|
||||
SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
||||
|
||||
## Install directory information
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
@ -131,7 +128,7 @@ endif
|
|||
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
$(FINAL_SO_TARGET): $(OBJECTS)
|
||||
$(SHLIB.c) $(LD_SONAME) -o $@ $^ $(LIBS)
|
||||
$(SHLIB.cc) $(LD_SONAME) -o $@ $^ $(LIBS)
|
||||
endif
|
||||
|
||||
ifeq (,$(MAKECMDGOALS))
|
||||
|
|
Loading…
Add table
Reference in a new issue