From cdeafe4ce70c234de37edd339b4d642b4ee3eeda Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 11 Apr 2014 12:26:15 -0500 Subject: Makefile race in ifcompiler.lex.yy.host.o Change-Id: I16ae21a00558f0afc73c66ad605dad3affe69bad Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10418 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 6af88882e..3e4343b49 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -371,7 +371,8 @@ $(GENDIR)/$(IF_CMP_YACC_C_TARGET:.c=.host.o): \ -I $(ROOTPATH)/src/include/usr/hwpf/hwp -c -o $@ $(GENDIR)/$(IF_CMP_FLEX_TARGET:.c=.host.o): \ - $(GENDIR)/$(IF_CMP_FLEX_TARGET) $(IF_COMPILER_H_FILES) + $(GENDIR)/$(IF_CMP_FLEX_TARGET) $(IF_COMPILER_H_FILES) \ + $(GENDIR)/$(IF_CMP_YACC_H_TARGET) $(C2) " CXX $(notdir $<)" $(C1)$(CCACHE) $(HOST_PREFIX)g++ -O3 $< -I ifcompiler -I $(GENDIR) \ -I $(GENDIR)/$(IF_CMP_SUBDIR) \ -- cgit v1.2.1