From: Akim Demaille Date: Thu, 3 May 2001 07:28:20 +0000 (+0000) Subject: * data.am (install-%DIR%%PRIMARY%): Execute the same command as X-Git-Tag: handle-languages~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81d72e2ea5273c1288017fc4e056b13c64b26b2;p=thirdparty%2Fautomake.git * data.am (install-%DIR%%PRIMARY%): Execute the same command as echoed. --- diff --git a/ChangeLog b/ChangeLog index 4c80ad756..ac05b7261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-03 Raja R Harinath + + * data.am (install-%DIR%%PRIMARY%): Execute the same command as + echoed. + 2001-04-30 Jim Meyering * automake.in: Remove `/lib' from include directory. diff --git a/data.am b/data.am index 2bdfe5fad..f7b48c27e 100644 --- a/data.am +++ b/data.am @@ -38,7 +38,7 @@ install-%DIR%%PRIMARY%: $(%DIR%_%PRIMARY%) ?BASE? f="`echo $$p | sed -e 's|^.*/||'`"; \ ?!BASE? f="$$p"; \ echo " $(INSTALL_%ONE_PRIMARY%) $$d$$p $(DESTDIR)$(%NDIR%dir)/$$f"; \ - $(INSTALL_%PRIMARY%) $$d$$p $(DESTDIR)$(%NDIR%dir)/$$f; \ + $(INSTALL_%ONE_PRIMARY%) $$d$$p $(DESTDIR)$(%NDIR%dir)/$$f; \ done endif %?INSTALL% diff --git a/lib/am/data.am b/lib/am/data.am index 2bdfe5fad..f7b48c27e 100644 --- a/lib/am/data.am +++ b/lib/am/data.am @@ -38,7 +38,7 @@ install-%DIR%%PRIMARY%: $(%DIR%_%PRIMARY%) ?BASE? f="`echo $$p | sed -e 's|^.*/||'`"; \ ?!BASE? f="$$p"; \ echo " $(INSTALL_%ONE_PRIMARY%) $$d$$p $(DESTDIR)$(%NDIR%dir)/$$f"; \ - $(INSTALL_%PRIMARY%) $$d$$p $(DESTDIR)$(%NDIR%dir)/$$f; \ + $(INSTALL_%ONE_PRIMARY%) $$d$$p $(DESTDIR)$(%NDIR%dir)/$$f; \ done endif %?INSTALL%