843d61b8de
and some port cleanup while here. ok naddy@ simon@
17 lines
778 B
Plaintext
17 lines
778 B
Plaintext
$OpenBSD: patch-source_layoutex_Makefile_in,v 1.1 2007/08/06 21:17:43 steven Exp $
|
|
--- source/layoutex/Makefile.in.orig Mon Aug 6 19:09:59 2007
|
|
+++ source/layoutex/Makefile.in Mon Aug 6 19:10:10 2007
|
|
@@ -98,12 +98,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)
|