summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2003-08-16 00:41:17 +0000
committercls%seawood.org <devnull@localhost>2003-08-16 00:41:17 +0000
commitd2dd9d6587a64a0df7a0d47677f2f760a2d9e795 (patch)
tree02f9375b3efeeeccdb99b25e5b057299af854e17 /dbm
parent4e534fd97e221b55a9467367c53b69e0cb1bdf58 (diff)
downloadnss-hg-d2dd9d6587a64a0df7a0d47677f2f760a2d9e795.tar.gz
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
Diffstat (limited to 'dbm')
-rw-r--r--dbm/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbm/Makefile.in b/dbm/Makefile.in
index 13779b989..41631b17c 100644
--- a/dbm/Makefile.in
+++ b/dbm/Makefile.in
@@ -26,6 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
+MODULE = dbm
DIRS = include src
ifdef ENABLE_TESTS