From: Paul Eggert Date: Mon, 18 Jul 2005 07:52:18 +0000 (+0000) Subject: (BUILT_SOURCES): Remove false.c. X-Git-Tag: CPPI-1_12~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc5f57603d9036a0348051dafe6db7c297b11c16;p=platform%2Fupstream%2Fcoreutils.git (BUILT_SOURCES): Remove false.c. (false.c): Remove; it's now a source file. --- diff --git a/src/Makefile.am b/src/Makefile.am index d926349..797c4b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -211,17 +211,6 @@ wheel.h: wheel-gen.pl Makefile.am # Tell automake to exempt then from that installcheck test. AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false test -BUILT_SOURCES += false.c -false.c: true.c - @rm -f $@ $@-t - sed \ - -e s/true/false/g \ - -e s/success/failure/g \ - -e 's/(EXIT_SUCCESS)/(EXIT_FAILURE)/g' \ - $(srcdir)/true.c > $@-t - @chmod a-w $@-t - mv $@-t $@ - BUILT_SOURCES += fs.h fs.h: stat.c extract-magic rm -f $@