diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-23 18:19:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-23 18:19:26 +0000 |
commit | 6dde9c58fe99330144ebd96fb38b2321977fe028 (patch) | |
tree | ed000c84629b3ce6d0dc20a858ca2cb5f6c0375e /lib/Makefile.in | |
parent | f1a5372cbc91b3d66de299160dff97b0f331524d (diff) | |
download | coreutils-6dde9c58fe99330144ebd96fb38b2321977fe028.tar.xz |
.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index b417cb44d..057426c3f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -234,6 +234,7 @@ distclean: clean distclean-noinstLIBRARIES distclean-compile distclean-tags dist maintainer-clean: distclean maintainer-clean-noinstLIBRARIES maintainer-clean-compile maintainer-clean-tags maintainer-clean-generic @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." + rm -f config.status .SUFFIXES: |