From 2be750a2a09e8652d20f629ac7c52de0d6cdadbe Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 14 Nov 2017 21:20:39 -0600 Subject: [PATCH] Update epicsInstallDir.h after any CONFIG_SITE* change INSTALL_LOCATION changes should trigger an update. --- src/std/softIoc/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/softIoc/RULES b/src/std/softIoc/RULES index fc1c6236e..81f5135ad 100644 --- a/src/std/softIoc/RULES +++ b/src/std/softIoc/RULES @@ -17,7 +17,7 @@ $(COMMON_DIR)/softIoc.dbd: $(STDDIR)/softIoc/Makefile softMain$(DEP): epicsInstallDir.h -epicsInstallDir.h: +epicsInstallDir.h: $(TOP)/configure/CONFIG_SITE* $(ECHO) "FINAL_LOCATION=$(FINAL_LOCATION)" $(PERL) $(STDDIR)/softIoc/makeInstallDir.pl "$(FINAL_LOCATION)" > $@