diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-07 16:35:44 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-07 16:35:44 -0500 |
commit | 9e114f040e0d3335a6d52440232115375e1d0fa6 (patch) | |
tree | 06eda97108be5ba8a25a7cac5ae2327647f8f343 /bdb | |
parent | c60c6f3a369b54d77aa4622197bef1da6b805b97 (diff) | |
parent | b0089e699a4ed1c9287726185835d701a297cfd6 (diff) | |
download | mariadb-git-9e114f040e0d3335a6d52440232115375e1d0fa6.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
Docs/manual.texi:
Auto merged
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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) |