From e2a41a740288deb17b089b928e040eb6edd59349 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Wed, 20 Feb 2002 02:22:35 +0000 Subject: [PATCH 1/1] Another patch from Frank Cusack to fix install: target. --- pppd/plugins/radius/radiusclient/lib/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pppd/plugins/radius/radiusclient/lib/Makefile.in b/pppd/plugins/radius/radiusclient/lib/Makefile.in index 1ac420c..293cb13 100644 --- a/pppd/plugins/radius/radiusclient/lib/Makefile.in +++ b/pppd/plugins/radius/radiusclient/lib/Makefile.in @@ -11,7 +11,7 @@ # PARTICULAR PURPOSE. # -# $Id: Makefile.in,v 1.1 2002/01/22 16:03:02 dfs Exp $ +# $Id: Makefile.in,v 1.2 2002/02/20 02:22:35 dfs Exp $ # # Copyright (C) 1995,1997,1998 Lars Fenneberg # @@ -166,8 +166,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ - echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ - $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ + echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ + $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done -- 2.39.2