From: Guillermo J. Rozas Date: Mon, 24 Aug 1992 13:31:00 +0000 (+0000) Subject: Add unconfig option. X-Git-Tag: 20090517-FFI~9081 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7690089be97c37000f1a795407be8e6d73f05941;p=mit-scheme.git Add unconfig option. --- diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index 7099462bc..698d39810 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.17 1992/03/17 21:58:14 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.18 1992/08/24 13:31:00 jinx Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -66,6 +66,9 @@ clean remove: rm -f usrdef.c bchdef.c usr6003.c usrkit.c usrLYN.c rm -f lint.out +unconfig: + rm -f m.h s.h cmpint2.h config.status + tags: etags *.[ch] ../runtime/*.scm