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) > $@