Commit 6093b561 authored by unknown's avatar unknown

dbug/Makefile.am

    1. older automakes didn't have builddir, don't use it.
    2. destination can be read-only (think bk -r get)


dbug/Makefile.am:
  1. older automakes didn't have builddir, don't use it.
  2. destination can be read-only (think bk -r get)
parent 518caf1d
......@@ -64,7 +64,7 @@ output5.r: factorial
# a hack to have executable in builddir, not in srcdir
tests-t: tests-t.pl
cp $(srcdir)/tests-t.pl $(builddir)/tests-t
cp -f $(srcdir)/tests-t.pl ./tests-t
# Don't update the files from bitkeeper
%::SCCS/s.%
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment