From: Chris Hanson Date: Tue, 5 Dec 2000 23:16:51 +0000 (+0000) Subject: Do equivalent of "distclean" after building "Makefile.in". X-Git-Tag: 20090517-FFI~3149 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bf0637e4e8c6b43c2fc0e116fd45343f631d9745;p=mit-scheme.git Do equivalent of "distclean" after building "Makefile.in". --- diff --git a/v7/src/microcode/makegen/makeinit.sh b/v7/src/microcode/makegen/makeinit.sh index 16d4e2f8f..5d072151b 100755 --- a/v7/src/microcode/makegen/makeinit.sh +++ b/v7/src/microcode/makegen/makeinit.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: makeinit.sh,v 1.3 2000/12/05 21:46:17 cph Exp $ +# $Id: makeinit.sh,v 1.4 2000/12/05 23:16:51 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -20,9 +20,7 @@ autoheader autoconf -if [ ! -f Makefile.in ]; then - touch Makefile.in -fi +[ -f Makefile.in ] || touch Makefile.in ./configure scheme -heap 2000 <