From: Chris Hanson Date: Mon, 28 Jun 1993 02:29:58 +0000 (+0000) Subject: Define "clean.world". X-Git-Tag: 20090517-FFI~8263 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=89fdafa252e562e83f1e0b6ff3242cad41db44fc;p=mit-scheme.git Define "clean.world". --- diff --git a/v7/src/microcode/unxutl/ynws3250.lcl b/v7/src/microcode/unxutl/ynws3250.lcl index a8ff807de..15a115024 100644 --- a/v7/src/microcode/unxutl/ynws3250.lcl +++ b/v7/src/microcode/unxutl/ynws3250.lcl @@ -1,6 +1,6 @@ /* -*- C -*- Switzerland local additions to the makefile - $Id: ynws3250.lcl,v 1.2 1993/06/24 06:45:27 gjr Exp $ + $Id: ynws3250.lcl,v 1.3 1993/06/28 02:29:58 cph Exp $ */ COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS) @@ -32,3 +32,6 @@ usrSIG.c : $(SIG_SOURCES) $(SOURCES) $(OS_PRIM_SOURCES) usrdef.tch findprim xmkf @ECHO "#** Re-making" $@ because of $? rm -f usrSIG.c ./findprim $(SIG_SOURCES) $(SOURCES) $(OS_PRIM_SOURCES) > usrSIG.c + +clean.world: + rm -f scmsig usrSIG.o usrSIG.c