From 0a5d942bc2bfbd7c44976fb7415315f9a7b16cd5 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 13 Sep 2002 21:02:14 +0000 Subject: [PATCH] R3.14.x conversion from 'config' to 'configure' directory. --- motorApp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 9e939317..45e56d49 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -1,5 +1,5 @@ TOP = .. -include $(TOP)/config/CONFIG_APP +include $(TOP)/configure/CONFIG # MotorSrc is required for all motor record configurations. It MUST appear # 1st in this list of directories. @@ -28,4 +28,4 @@ ifdef MPF_SERIAL endif DIRS += Db -include $(TOP)/config/RULES_DIRS +include $(TOP)/configure/RULES_DIRS