From: ellson Date: Tue, 18 Oct 2005 20:51:31 +0000 (+0000) Subject: -lc didn't solve the _environ problem. remove X-Git-Tag: LAST_LIBGRAPH~32^2~7126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f03a60342fd130e9b3379de0ba87eb5ee193693;p=graphviz -lc didn't solve the _environ problem. remove --- diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index d514cc2dc..c3c7da546 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -24,7 +24,7 @@ libexpr_la_LIBADD = \ $(top_builddir)/lib/cdt/libcdt.la \ $(top_builddir)/lib/ast/libast.la \ $(top_builddir)/lib/sfio/libsfio.la \ - $(top_builddir)/lib/vmalloc/libvmalloc.la -lc + $(top_builddir)/lib/vmalloc/libvmalloc.la $(libexpr_la_OBJECTS): exparse.h exparse.c exgram.h exop.h