From 4fb5c60493f0c829a52a58dfcc0245ed1492b5a7 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 16 Mar 2010 21:09:52 -0400 Subject: [PATCH] softIoc: extra dep for generated header This is needed to make the initial build work. --- src/softIoc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/softIoc/Makefile b/src/softIoc/Makefile index 95ae80d33..001202793 100644 --- a/src/softIoc/Makefile +++ b/src/softIoc/Makefile @@ -30,5 +30,7 @@ DB += softIocExit.db include $(TOP)/configure/RULES +softMain$(OBJ) : $(COMMON_DIR)/epicsInstallDir.h + $(COMMON_DIR)/epicsInstallDir.h: $(INSTALL_BIN)/makeInstallDir.pl $(PERL) $< $(INSTALL_LOCATION) > $@