diff --git a/test/Makefile b/test/Makefile index 9da22b20417..f4ed151cfe9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -144,6 +144,7 @@ lit.site.cfg: FORCE @$(ECHOPATH) s=@HOST_OS@=$(HOST_OS)=g >> lit.tmp @$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp @$(ECHOPATH) s=@HAVE_LIBZ@=$(HAVE_LIBZ)=g >> lit.tmp + @$(ECHOPATH) s=@HAVE_DIA_SDK@=0=g >> lit.tmp @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@ @-rm -f lit.tmp