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.

This commit is contained in:
cls%seawood.org 2005-08-18 11:15:26 +00:00
Родитель 7e4f9eaabe
Коммит 6b5e882ebb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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