summaryrefslogtreecommitdiff
path: root/libintl
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-22 09:45:02 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-22 09:45:02 +0000
commit0929e196d2279df7685558c710359c61d5589199 (patch)
tree5e2228bbede7614f0d74023f6fb11a0e48f23f29 /libintl
parentc12b5f415798001a303145de0907a24968710a19 (diff)
no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups
Diffstat (limited to 'libintl')
-rw-r--r--libintl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libintl/Makefile b/libintl/Makefile
index abb9c8fd3..8977b5ba9 100644
--- a/libintl/Makefile
+++ b/libintl/Makefile
@@ -53,7 +53,7 @@ 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 $(LDADD_LIBFLOAT) $(LIBGCC);
+ -L$(TOPDIR)lib -lc $(LDADD_LIBFLOAT) $(LIBGCC)
$(INSTALL) -d $(TOPDIR)lib
$(RM) $(TOPDIR)lib/$(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBINTL_SHARED).$(MAJOR_VERSION)
$(INSTALL) -m 644 $(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib
@@ -61,4 +61,4 @@ shared: all
$(LN) -sf $(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBINTL_SHARED).$(MAJOR_VERSION)
clean:
- $(RM) *.[oa] *~ core $(LIBINTL_SHARED)* $(LIBINTL_SHARED_FULLNAME)*
+ $(RM) *.[oa] *~ core $(LIBINTL) $(LIBINTL_SHARED_FULLNAME)