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.

git-svn-id: svn://10.0.0.236/trunk@178048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2005-08-18 11:15:26 +00:00
parent 94d6e47ac6
commit 3ae1d220ae

View File

@@ -26,6 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = shistory
DIRS = public src
include $(topsrcdir)/config/rules.mk