diff options
Diffstat (limited to 'python/Makefile.in')
-rw-r--r-- | python/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 92dae898a..c0ccc72e5 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -155,6 +155,9 @@ __SSH = @__SSH@ __STRIP = @__STRIP@ __TAR = @__TAR@ l = @l@ +libdb1 = @libdb1@ +libdb2 = @libdb2@ +libdb3 = @libdb3@ testdir = @testdir@ tmpdir = @tmpdir@ varprefix = @varprefix@ @@ -334,7 +337,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |