summaryrefslogtreecommitdiff
path: root/db/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'db/Makefile')
-rw-r--r--db/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/Makefile b/db/Makefile
index c7a385a486..e41614af38 100644
--- a/db/Makefile
+++ b/db/Makefile
@@ -5,8 +5,8 @@
subdir = db
-dbdirs = btree db hash mpool recno
-vpath %.c $(dbdirs)
+subdir-dirs = btree db hash mpool recno
+vpath %.c $(subdir-dirs)
routines := bt_close bt_conv bt_debug bt_delete bt_get bt_open bt_overflow \
bt_page bt_put bt_search bt_seq bt_split bt_utils \