diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-29 16:05:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-29 16:05:21 +0000 |
commit | 19c3f20809aa8eed924084b45c5390674cfdbbbc (patch) | |
tree | 5429913d454c3472a95240de3d5102744a9b2eb5 /db | |
parent | dc825f85f4795fc45f67eb27708d9adcc72c9b40 (diff) | |
download | glibc-19c3f20809aa8eed924084b45c5390674cfdbbbc.tar.gz glibc-19c3f20809aa8eed924084b45c5390674cfdbbbc.tar.xz glibc-19c3f20809aa8eed924084b45c5390674cfdbbbc.zip |
Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* db/Makefile (subdir-dirs): Renamed from dbdirs. * Makerules (distinfo-vars): Add subdir-dirs. * MakeTAGS: Remove vpath directives. (all-dirs): Prepend $(subdir-dirs). (all-sources, all-headers): Use wildcard to find sources. Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * db/Makefile (subdir-dirs): Renamed from dbdirs. * Makerules (distinfo-vars): Add subdir-dirs. * MakeTAGS: Remove vpath directives. (all-dirs): Prepend $(subdir-dirs). (all-sources, all-headers): Use wildcard to find sources. Mon Jan 29 10:44:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * malloc/Makefile (CFLAGS-vm-limit.c, CFLAGS-ralloc.c): New variables. * mach/msgserver.c: Declare DEMUX arg with prototype.
Diffstat (limited to 'db')
-rw-r--r-- | db/Makefile | 4 |
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 \ |