From f6e58f1808cb3ec57675f3c362577fecf4c0c107 Mon Sep 17 00:00:00 2001 From: Terry Rutledge Date: Wed, 26 Jan 2011 11:02:44 -0800 Subject: [PATCH] Revert "b=24413 fix for automake > 1.9.6" This reverts commit 9aaebdf27eefe38f846b89ea738dd0f4f3e16d8e. --- lustre/liblustre/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/liblustre/Makefile.am b/lustre/liblustre/Makefile.am index 567143c..bfe9644 100644 --- a/lustre/liblustre/Makefile.am +++ b/lustre/liblustre/Makefile.am @@ -46,8 +46,8 @@ install-exec-hook: liblustre.so @list=$< ; for p in $$list; do \ if test -f $$p; then \ f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$f"; \ - $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$f; \ + echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \ + $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \ else :; fi; \ done else -- 1.8.3.1