summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-18 07:52:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-18 07:52:18 +0000
commitcc5f57603d9036a0348051dafe6db7c297b11c16 (patch)
tree924c536248dafe6d9a623180cede0525a688cef9 /src/Makefile.am
parent7eb112c43b42f42bfb000d9db08ed88811d10703 (diff)
downloadcoreutils-cc5f57603d9036a0348051dafe6db7c297b11c16.tar.xz
(BUILT_SOURCES): Remove false.c.
(false.c): Remove; it's now a source file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d926349ad..797c4b2b4 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 $@