From 278c2d3be40a1ac44973fdb48017cdffbc632d56 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 24 Nov 1997 11:36:33 +0000 Subject: [PATCH] Minor changes. --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c2fc1a7..39ca9d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # (c) Index Data 1995-1996 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.43 1997-04-30 07:26:06 adam Exp $ +# $Id: Makefile.in,v 1.44 1997-11-24 11:36:33 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -160,7 +160,8 @@ install: ir-tcl fi; clean: - rm -f *.[oa] ir-tk ir-tcl wais-tcl core gmon.out mon.out *.bak config.cache + rm -f *.[oa] ir-tk ir-tcl wais-tcl core + rm -f gmon.out mon.out *.bak config.cache @SHLIB_IRTCL@ autoconf: -rm config.cache -- 1.7.10.4