From 496542f2914477de6d71439bab5f2dedd0e38309 Mon Sep 17 00:00:00 2001 From: "tim@threads.polyesthetic.msg" <> Date: Wed, 7 Mar 2001 16:34:42 -0500 Subject: Changes so that 'make distcheck' works with Berkeley DB. --- bdb/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bdb/Makefile.in') diff --git a/bdb/Makefile.in b/bdb/Makefile.in index 20140ac39c6..b86eaefb5c1 100644 --- a/bdb/Makefile.in +++ b/bdb/Makefile.in @@ -37,7 +37,7 @@ all: cd $(bdb_build) && $(MAKE) all # May want to fix this, and MYSQL/configure, to install things -install: +install dvi check installcheck: distdir: for s in $(subdirs); do \ @@ -47,3 +47,4 @@ distdir: test -f $(distdir)/$$f || cp -p $(srcdir)/$$f $(distdir)/$$f; \ done mkdir $(distdir)/$(bdb_build) + cp -p $(srcdir)/$(bdb_build)/.IGNORE_ME $(distdir)/$(bdb_build) -- cgit v1.2.1