From 154529ea23e8683d02360ecd76cade4b380cb012 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 9 Jul 2019 11:09:37 +0000 Subject: [PATCH] conf/jcs/Makefile: Fix warning about multiply defined targets Signed-off-by: Jan Lindemann --- conf/jcs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/jcs/Makefile b/conf/jcs/Makefile index b52c1e1c..e4542470 100644 --- a/conf/jcs/Makefile +++ b/conf/jcs/Makefile @@ -2,7 +2,8 @@ TOPDIR = ../.. SUBTREE_INSTALL_PREFIX ?= /etc/jcs SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile -SUBTREE_DIRS += $(dir $(SUBTREE_FILES)) +SUBTREE_DIRS += $(sort $(dir $(SUBTREE_FILES))) include $(TOPDIR)/make/proj.mk include $(JWBDIR)/make/subtree.mk +include $(JWBDIR)/make/dev-utils.mk