From 8f388bbe2913074564a24f37f84fbda558c5b9a8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 10 Jun 2010 09:38:08 +0000 Subject: [PATCH] topdir.mk: Add missing subdirs scripts, conf, config --- make/topdir.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/topdir.mk b/make/topdir.mk index c0d9e39f..dd9ff3dd 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -4,7 +4,8 @@ clean: topdir.clean distclean: topdir.distclean config: -SUBDIRS ?= $(wildcard inst/pre make tools include lib bin util plugins cfg doc test inst/post) +SUBDIRS ?= $(wildcard inst/pre make scripts tools include lib bin \ + util plugins conf config cfg doc test inst/post) ifneq ($(wildcard $(TOPDIR)/make/defs.mk),) include $(TOPDIR)/make/defs.mk