From e84a8c22f8647935f622da9935f2570e01e37647 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 25 May 2021 18:42:50 -0700 Subject: [PATCH] remove commented out Makefile directives MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The comments about libast’s usage of environ are legacy. This declaration was removed in 3af3980dff0b6a8ca134ea0620b4ffb484906707. --- lib/expr/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index 67bab9678..925a46c42 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -27,11 +27,6 @@ else pdf = endif -#### -no-undefined breaks Mac OS/X builds. -#### libast has "extern char **environ" which remains -#### undefined until linked with main() -#libexpr_la_LDFLAGS = -version-info $(EXPR_VERSION) -no-undefined - libexpr_C_la_SOURCES = excc.c excontext.c exdata.c exerror.c \ exeval.c exexpr.c exopen.c exrewind.c extoken.c \ extype.c exzero.c exparse.y exnospace.c exstash.c @@ -41,10 +36,6 @@ libexpr_C_la_LIBADD = \ $(top_builddir)/lib/sfio/libsfio_C.la \ $(top_builddir)/lib/cdt/libcdt.la -#libexpr_la_LDFLAGS = -version-info $(EXPR_VERSION) -#libexpr_la_SOURCES = $(libexpr_C_la_SOURCES) -#libexpr_la_LIBADD = $(libexpr_C_la_LIBADD) - $(libexpr_C_la_OBJECTS) $(libexpr_la_OBJECTS): \ exparse.h exparse.c exgram.h exop.h -- 2.50.1