From 4a898e6ed7641a2920cff700b9de5b14d12f79ab Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 15 Jul 2009 21:15:56 +0000 Subject: [PATCH] Changed $(MAKEBPT) to $(TOOLS)/makeBpt$(HOSTEXE) to fix win32-x86 build. --- src/bpt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpt/Makefile b/src/bpt/Makefile index 28915d8c1..f78b13d98 100644 --- a/src/bpt/Makefile +++ b/src/bpt/Makefile @@ -26,5 +26,5 @@ makeBpt_SRCS=makeBpt include $(TOP)/configure/RULES -$(COMMON_DBDS): $(MAKEBPT) +$(COMMON_DBDS): $(TOOLS)/makeBpt$(HOSTEXE)