summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-09 11:08:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-09 16:48:04 -0500
commitb090e3a8375d10cd53e4081b4901500f0dbd1039 (patch)
tree7bdd48f07086282b6169aba5ff96bdcd7f991bc8 /src/usr/hwpf/makefile
parent4ea176b0d28c83d29ecdcbb8b2f1bcf222340776 (diff)
downloadtalos-hostboot-b090e3a8375d10cd53e4081b4901500f0dbd1039.tar.gz
talos-hostboot-b090e3a8375d10cd53e4081b4901500f0dbd1039.zip
Resolve another ifcompiler makefile issue.
Change-Id: I7da4b98b450a6231b1d1534a3b3eabbd1411af2c Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10295 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
-rw-r--r--src/usr/hwpf/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile
index cf21a52a5..6af88882e 100644
--- a/src/usr/hwpf/makefile
+++ b/src/usr/hwpf/makefile
@@ -342,11 +342,14 @@ include ${ROOTPATH}/config.mk
make_ifcompiler_dir:
@mkdir -p $(GENDIR)/$(IF_CMP_SUBDIR)
-$(call GENTARGET, ${IF_CMP_YACC_C_TARGET} ${IF_CMP_YACC_H_TARGET}) : \
+$(call GENTARGET, ${IF_CMP_YACC_C_TARGET}) : \
ifcompiler/initCompiler.y
$(C2) " YACC $(notdir $<)"
$(C1)yacc -d -o ${GENDIR}/${IF_CMP_YACC_C_TARGET} $^
+$(call GENTARGET, ${IF_CMP_YACC_H_TARGET}) : \
+ $(call GENTARGET, ${IF_CMP_YACC_C_TARGET}) ifcompiler/initCompiler.y
+
$(call GENTARGET, ${IF_CMP_FLEX_TARGET}) : \
ifcompiler/initCompiler.lex
$(C2) " FLEX $(notdir $<)"
OpenPOWER on IntegriCloud