* automake.in (handle_dist_worker): avoid failure in `make dist'
if last file is a builddir-only file
+1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * automake.in (handle_dist_worker): avoid failure in `make dist'
+ if last file is a builddir-only file
+
1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
* missing (autoheader): `s' was missing from sed script; grr
. "\t else \\\n"
. "\t test -f \$(distdir)/\$\$file \\\n"
. "\t || ln \$\$d/\$\$file \$(distdir)/\$\$file 2> /dev/null \\\n"
- . "\t || cp -p \$\$d/\$\$file \$(distdir)/\$\$file; \\\n"
+ . "\t || cp -p \$\$d/\$\$file \$(distdir)/\$\$file || :; \\\n"
. "\t fi; \\\n"
. "\tdone\n");