summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-08 11:45:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-08 16:24:54 -0500
commit0a5e2513dc3b6ab043d3aa7e07fdbe544595511b (patch)
treec198a1f39db7420027cb3a9d742ef6c1dcde423b /src/usr/hwpf/makefile
parent27793fc75bbcd570b538c7b1be404e80dfb85cae (diff)
downloadtalos-hostboot-0a5e2513dc3b6ab043d3aa7e07fdbe544595511b.tar.gz
talos-hostboot-0a5e2513dc3b6ab043d3aa7e07fdbe544595511b.zip
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 <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
-rw-r--r--src/usr/hwpf/makefile4
1 files changed, 3 insertions, 1 deletions
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) \
OpenPOWER on IntegriCloud