summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-11 22:10:40 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-11 22:10:40 +0000
commit45ee471748a2f21ac06243db786b3563ede84975 (patch)
treed46c02c9ad0efb75655eecbbd0db53d68f2eb6ad /contrib
parent0fa8b86865a508473963bdf6e194829e3fbd6e6c (diff)
Makefile clean-up as suggested by Marco d'Itri.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index bd7b95b8..66b82db6 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -21,7 +21,10 @@ subdir=contrib
DISTFILES=Mush.rc Pine.rc Makefile.in language.txt language50.txt \
patch.slang-1.2.2.keypad.1 sample.muttrc sample.mailcap
-install all clean distclean maintainer-clean:
+install all clean distclean:
+
+maintainer-clean:
+ -rm -f Makefile
Makefile: ../config.status Makefile.in
cd .. \