From f58432b82d7d143f5357735b63499f513f1f360e Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 6 Nov 2010 23:01:10 +0000 Subject: Restate error table dependencies such that make -j doesn't trip over itself (thanks to wthrowe@mit.edu) --- lib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.in b/lib/Makefile.in index 1b50001..dfd6500 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -51,7 +51,8 @@ libzephyr.la: ${OBJS} ${LIBTOOL} --mode=link ${CC} -rpath ${libdir} -version-info 4:0:0 \ ${LDFLAGS} -o $@ ${OBJS} ${LIBS} -zephyr_err.c ${BUILDTOP}/h/zephyr/zephyr_err.h: zephyr_err.et +${BUILDTOP}/h/zephyr/zephyr_err.h: zephyr_err.c +zephyr_err.c: zephyr_err.et compile_et ${srcdir}/zephyr_err.et cp -f zephyr_err.h ${BUILDTOP}/h/zephyr -- cgit v1.2.3