From 520b52594e4cfbea72107238855b35df2fc6b2b9 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 11 May 2016 13:47:32 +0200 Subject: [PATCH] add ui to vpath --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index fbf60a1..76d69da 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -749,7 +749,7 @@ EPICS_INCLUDES += -I$(EPICS_BASE_INCLUDE) -I$(EPICS_BASE_INCLUDE)/os/$(OS_CLASS) # Setup searchpaths from all used files # find all sources whatever suffix -$(foreach filetype,SRCS TEMPLS SCR,$(foreach ext,$(sort $(suffix ${${filetype}})),\ +$(foreach filetype,SRCS TEMPLS SCR UIS,$(foreach ext,$(sort $(suffix ${${filetype}})),\ $(eval vpath %${ext} $(sort $(dir $(filter %${ext},${${filetype}:%=../%})))))) # Do not treat %.dbd the same way because it creates a circular dependency