From: ellson Date: Mon, 27 Aug 2007 19:18:01 +0000 (+0000) Subject: add dependency so that exparse.h gets made for convenience library X-Git-Tag: LAST_LIBGRAPH~32^2~5346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccb7ed93d51ce4b0758f7f02dcb6f3c74e1e7d5e;p=graphviz add dependency so that exparse.h gets made for convenience library --- 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