From cc5f57603d9036a0348051dafe6db7c297b11c16 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Jul 2005 07:52:18 +0000 Subject: [PATCH] (BUILT_SOURCES): Remove false.c. (false.c): Remove; it's now a source file. --- src/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) 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 $@ -- 2.7.4