From 1c324bd972817c7b89735e217d03025c9c80ff9b Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Thu, 18 Aug 2005 11:15:26 +0000 Subject: [PATCH] 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. --- docshell/shistory/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/docshell/shistory/Makefile.in b/docshell/shistory/Makefile.in index 8e79579887a6..67390ddb9c26 100644 --- a/docshell/shistory/Makefile.in +++ b/docshell/shistory/Makefile.in @@ -26,6 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +MODULE = shistory DIRS = public src include $(topsrcdir)/config/rules.mk