$OpenBSD: patch-source_i18n_Makefile_in,v 1.1 2007/08/06 21:17:43 steven Exp $ --- source/i18n/Makefile.in.orig Mon Aug 6 19:10:18 2007 +++ source/i18n/Makefile.in Mon Aug 6 19:10:27 2007 @@ -114,12 +114,6 @@ ifneq ($(ENABLE_STATIC),) endif ifneq ($(ENABLE_SHARED),) $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) -ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) - cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) -ifneq ($(FINAL_SO_TARGET),$(MIDDLE_SO_TARGET)) - cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET)) -endif -endif endif ifneq ($(IMPORT_LIB_EXT),) $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir)