From fa21dd0cded5f232af40633e359490c927e0cf9d Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 31 Jul 2010 16:49:34 +1000 Subject: [PATCH] Fix dependencies of the generate-emulation binary. Makes parallel builds succeed. --- orc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orc/Makefile.am b/orc/Makefile.am index 6f4cd18..7b6f832 100644 --- a/orc/Makefile.am +++ b/orc/Makefile.am @@ -94,8 +94,9 @@ noinst_PROGRAMS = generate-emulation generate_emulation_LDADD = $(ORC_LIBS) generate_emulation_CFLAGS = $(ORC_CFLAGS) +generate_emulation_DEPENDENCIES = $(builddir)/liborc-0.4.la -update: +update: generate-emulation $(top_builddir)/tools/orcc$(EXEEXT) --implementation -o orcfunctions.c orcfunctions.orc $(top_builddir)/tools/orcc$(EXEEXT) --header -o orcfunctions.h orcfunctions.orc ./generate-emulation$(EXEEXT) -o orcemulateopcodes.c -- 2.7.4