From: David F. Skoll Date: Wed, 20 Feb 2002 02:22:35 +0000 (+0000) Subject: Another patch from Frank Cusack to fix install: target. X-Git-Tag: ppp-2.4.7~446 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=e2a41a740288deb17b089b928e040eb6edd59349 Another patch from Frank Cusack to fix install: target. --- 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