From 0a5e2513dc3b6ab043d3aa7e07fdbe544595511b Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 8 Apr 2014 11:45:33 -0500 Subject: Race condition in ifcompiler makefile. Change-Id: Iafec902e6e5692a62d8cf4f07a347c54e5590c7d Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10254 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/usr/hwpf') diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 32e5ac23f..cf21a52a5 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -352,7 +352,9 @@ $(call GENTARGET, ${IF_CMP_FLEX_TARGET}) : \ $(C2) " FLEX $(notdir $<)" $(C1)flex -o$@ $^ -$(GENDIR)/$(IF_CMP_SUBDIR)/%.host.o: ifcompiler/%.C $(IF_COMPILER_H_FILES) +$(GENDIR)/$(IF_CMP_SUBDIR)/%.host.o: \ + ifcompiler/%.C $(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