From ccb7ed93d51ce4b0758f7f02dcb6f3c74e1e7d5e Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 27 Aug 2007 19:18:01 +0000 Subject: [PATCH] add dependency so that exparse.h gets made for convenience library --- lib/expr/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index aa8113cbd..f6cc5ea61 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -39,7 +39,8 @@ libexpr_la_SOURCES = $(libexpr_C_la_SOURCES) libexpr_la_LIBADD = $(libexpr_C_la_LIBADD) \ $(top_builddir)/lib/cdt/libcdt.la -$(libexpr_la_OBJECTS): exparse.h exparse.c exgram.h exop.h +$(libexpr_C_la_OBJECTS) $(libexpr_la_OBJECTS): \ + exparse.h exparse.c exgram.h exop.h y.output: $(top_srcdir)/lib/expr/exparse.y @YACC@ -dtv $(top_srcdir)/lib/expr/exparse.y -- 2.40.0