Add unconfig option.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 24 Aug 1992 13:31:00 +0000 (13:31 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 24 Aug 1992 13:31:00 +0000 (13:31 +0000)
v7/src/microcode/unxutl/makefile

index 7099462bc676c921aa2b219381cdcb9af5c55b26..698d3981084f07a8fbe2be3e2d260fa8165dbe3c 100644 (file)
@@ -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