Update epicsInstallDir.h after any CONFIG_SITE* change

INSTALL_LOCATION changes should trigger an update.
This commit is contained in:
Andrew Johnson
2017-11-14 21:20:39 -06:00
parent e2e0dc2687
commit 2be750a2a0

View File

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