843d61b8de
and some port cleanup while here. ok naddy@ simon@
17 lines
728 B
Plaintext
17 lines
728 B
Plaintext
$OpenBSD: patch-source_tools_toolutil_Makefile_in,v 1.1 2007/08/06 21:17:43 steven Exp $
|
|
--- source/tools/toolutil/Makefile.in.orig Mon Aug 6 19:21:08 2007
|
|
+++ source/tools/toolutil/Makefile.in Mon Aug 6 19:21:17 2007
|
|
@@ -86,12 +86,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
|
|
|
|
dist-local:
|