8151302: Attempt at silencing build log broke html32.bdtd

Reviewed-by: mchung
This commit is contained in:
Erik Joelsson 2016-03-04 18:36:27 +01:00
parent d91d8b251c
commit 510bcb3a35

View File

@ -30,6 +30,6 @@ $(HTML32DTD): $(BUILD_TOOLS_JDK)
$(call LogInfo, Generating HTML DTD file)
$(MKDIR) -p $(@D)
$(RM) $@
($(TOOL_DTDBUILDER) $(LOG_INFO) html32 > $@) || exit 1
($(TOOL_DTDBUILDER) html32 > $@) || exit 1
TARGETS += $(HTML32DTD)