(BUILT_SOURCES): Remove false.c.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jul 2005 07:52:18 +0000 (07:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jul 2005 07:52:18 +0000 (07:52 +0000)
(false.c): Remove; it's now a source file.

src/Makefile.am

index d926349..797c4b2 100644 (file)
@@ -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 $@