2011-01-07 05:24:30 -05:00
|
|
|
$OpenBSD: patch-build_top_mk,v 1.6 2011/01/07 10:24:30 pea Exp $
|
|
|
|
--- build/top.mk.orig Mon Jul 6 21:22:52 2009
|
|
|
|
+++ build/top.mk Mon Nov 2 12:09:42 2009
|
|
|
|
@@ -122,7 +122,7 @@ LTLINK_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=link \
|
2005-11-12 12:22:58 -05:00
|
|
|
$(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_MOD)
|
2005-11-09 10:42:49 -05:00
|
|
|
|
2005-11-12 12:22:58 -05:00
|
|
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
|
|
|
-LTFINISH = $(LIBTOOL) --mode=finish
|
|
|
|
+LTFINISH = true
|
2005-11-09 10:42:49 -05:00
|
|
|
|
2005-11-12 12:22:58 -05:00
|
|
|
# Misc UNIX commands used in build environment
|
|
|
|
AR = @AR@
|