Executed host tools should be from EPICS_BASE_HOST_BIN directory.

This commit is contained in:
Janet B. Anderson
2009-07-10 21:51:25 +00:00
parent d1bbd5037f
commit 83618673bc
2 changed files with 7 additions and 5 deletions

View File

@@ -26,5 +26,7 @@ makeBpt_SRCS=makeBpt
include $(TOP)/configure/RULES
$(COMMON_DBDS): $(INSTALL_PROD)
#$(COMMON_DBDS): $(INSTALL_PROD)
$(COMMON_DBDS): $(MAKEBPT)

View File

@@ -84,11 +84,11 @@ dbMapper$(OBJ): $(COMMON_DIR)/gddApps.h
# Rules for generated files
$(COMMON_DIR)/aitConvertGenerated.cc: $(INSTALL_HOST_BIN)/aitGen$(HOSTEXE)
$(INSTALL_HOST_BIN)/aitGen$(HOSTEXE) $@
$(COMMON_DIR)/aitConvertGenerated.cc: $(TOOLS)/aitGen$(HOSTEXE)
$(TOOLS)/aitGen$(HOSTEXE) $@
$(COMMON_DIR)/gddApps.h : $(INSTALL_HOST_BIN)/genApps$(HOSTEXE)
$(INSTALL_HOST_BIN)/genApps$(HOSTEXE) $@
$(COMMON_DIR)/gddApps.h : $(TOOLS)/genApps$(HOSTEXE)
$(TOOLS)/genApps$(HOSTEXE) $@
clean::
@$(RM) $(COMMON_DIR)/aitConvertGenerated.cc