From: Paul Eggert Date: Sun, 20 Oct 2002 06:29:41 +0000 (+0000) Subject: (libbison_a_SOURCES): Remove readpipe.c. X-Git-Tag: BISON-1_875~437 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6d55632cb72f0972906f0408b73c3536d27132b8 (libbison_a_SOURCES): Remove readpipe.c. Add subpipe.h, subpipe.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index f7a012d3..00c639a0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ libbison_a_SOURCES = \ getopt.h getopt.c getopt1.c \ hash.h hash.c \ quote.h quote.c quotearg.h quotearg.c \ - readpipe.c unlocked-io.h \ + subpipe.h subpipe.c unlocked-io.h \ xalloc.h xmalloc.c xstrdup.c xstrndup.c \ $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources)