From e458e8fe2d720dbb8bbab0e9f585f49d2031d6e0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 1 Jun 2012 14:33:55 -0500 Subject: [PATCH] Don't try to build dbltExpand on Win32. --- src/dbtools/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dbtools/test/Makefile b/src/dbtools/test/Makefile index c7030b1e6..10efb14d9 100644 --- a/src/dbtools/test/Makefile +++ b/src/dbtools/test/Makefile @@ -8,7 +8,8 @@ TOP=../../.. include $(TOP)/configure/CONFIG -TESTPROD_HOST += dbltExpand +TESTPROD_HOST_DEFAULT = dbltExpand +TESTPROD_HOST_WIN32 = -nil- dbltExpand_SRCS += dbltExpand.c dbltExpand_LIBS += dbtoolsIoc dbStaticHost Com