summaryrefslogtreecommitdiff
path: root/libintl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libintl/Makefile')
-rw-r--r--libintl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libintl/Makefile b/libintl/Makefile
index 1036fbf64..8083897bd 100644
--- a/libintl/Makefile
+++ b/libintl/Makefile
@@ -53,8 +53,8 @@ $(MOBJ): $(MSRC)
shared: all
$(LD) $(LDFLAGS) -soname=$(LIBINTL_SHARED).$(MAJOR_VERSION) \
-o $(LIBINTL_SHARED_FULLNAME) --whole-archive $(LIBINTL) \
- --no-whole-archive $(TOPDIR)/libc/misc/internals/interp.o \
- -L$(TOPDIR)/lib -lc;
+ --no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \
+ -L$(TOPDIR)lib -lc;
$(INSTALL) -d $(TOPDIR)lib
$(RM) $(TOPDIR)lib/$(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBINTL_SHARED).$(MAJOR_VERSION)
$(INSTALL) -m 644 $(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib