From 1a9a123698e79474457e7fb74c972476553271ae Mon Sep 17 00:00:00 2001 From: kpetersn Date: Tue, 27 Aug 2019 15:01:58 -0500 Subject: [PATCH] Changed REQ to DB so that *.req files get installed when motor is built outside of synApps --- motorApp/Db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/Db/Makefile b/motorApp/Db/Makefile index 0f40b164..4a32d43a 100644 --- a/motorApp/Db/Makefile +++ b/motorApp/Db/Makefile @@ -19,7 +19,7 @@ DB += $(patsubst ../%, %, $(wildcard ../*.template)) DB += $(patsubst ../%, %, $(wildcard ../*.db)) DB += $(patsubst ../%, %, $(wildcard ../*.vdb)) -REQ += $(patsubst ../%, %, $(wildcard ../*.req)) +DB += $(patsubst ../%, %, $(wildcard ../*.req)) #---------------------------------------------------- # Declare template files which do not show up in DB