diff options
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5f0401e..ba2f556 100755 --- a/Makefile.in +++ b/Makefile.in @@ -421,7 +421,7 @@ install-lib-binaries: binaries #======================================================================== install-bin-binaries: binaries - @$(INSTALL_DATA_DIR) $(DESTDIR)$(bindir) + @$(INSTALL_DATA_DIR) @list='$(bin_BINARIES)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$p"; \ |