ICU-1404 Fix broken out-of-source-directory build, previous commit was bad.

X-SVN-Rev: 6628
This commit is contained in:
Andy Heninger 2001-11-06 00:41:18 +00:00
parent db4f29cfa6
commit 39a2ff8950

View File

@ -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))