From 685d642b9edc725331216d21020f7e1aca49c85d Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 6 Mar 2019 12:48:28 +0000 Subject: [PATCH] topdir.mk: Topdir.mk add subdir exe as an alias for utils Signed-off-by: Jan Lindemann --- make/topdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/topdir.mk b/make/topdir.mk index 882fc812..8e8e55b4 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -7,7 +7,7 @@ mrproper:distclean topdir.mrproper ifeq ($(ORDERED_SUBDIRS),) SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \ - tools include lib bin util plugins conf config cfg \ + tools include lib bin util exe plugins conf config cfg \ images htdocs tmpl doc test inst/post) endif