summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-11 12:26:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-11 12:40:09 -0500
commitcdeafe4ce70c234de37edd339b4d642b4ee3eeda (patch)
treee657c742897a27b8e8a26618bed199e86f42ddf9 /src
parente60490a0487b9517643c6c79a988d10e56592cf1 (diff)
downloadtalos-hostboot-cdeafe4ce70c234de37edd339b4d642b4ee3eeda.tar.gz
talos-hostboot-cdeafe4ce70c234de37edd339b4d642b4ee3eeda.zip
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 <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/hwpf/makefile3
1 files changed, 2 insertions, 1 deletions
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) \
OpenPOWER on IntegriCloud