From 92cd92f075de93d7f68fc0cb1a07bcb8719cadd9 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 20 May 1999 20:37:50 +0000 Subject: Use "${BSD_INSTALL_SCRIPT}" instead of "${LIBTOOL} ${INSTALL_SCRIPT}" because we don't need to deal with "MAKE_ENV" this way. --- comms/pilot-link/patches/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comms') diff --git a/comms/pilot-link/patches/patch-ab b/comms/pilot-link/patches/patch-ab index cc2f270cc74..17f3b40b10a 100644 --- a/comms/pilot-link/patches/patch-ab +++ b/comms/pilot-link/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.3 1998/09/22 14:56:11 agc Exp $ +$NetBSD: patch-ab,v 1.4 1999/05/20 20:37:50 tron Exp $ ---- Makefile.in.orig Fri Jul 17 16:30:38 1998 -+++ Makefile.in Fri Jul 17 16:48:57 1998 +--- Makefile.in.orig Mon Aug 24 09:16:08 1998 ++++ Makefile.in Thu May 20 22:21:44 1999 @@ -44,7 +44,7 @@ libcclib = @libcclib@ cclib = @cclib@ @@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.3 1998/09/22 14:56:11 agc Exp $ + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/$$p; \ + done + for p in $(PERLEXECS); do \ -+ $(LIBTOOL) --mode=install $(INSTALL_SCRIPT) $$p $(bindir)/$$p; \ ++ $(BSD_INSTALL_SCRIPT) $$p $(bindir)/$$p; \ done for h in include/*.h $(srcdir)/include/*.h include/*.hxx $(srcdir)/include/*.hxx; do \ $(INSTALL_DATA) $$h $(includedir)/`basename $$h`; \ -- cgit v1.2.3