From 2f0cc08677909816eaed08a5b5af47761ee92d10 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 11 Dec 1990 23:36:17 +0000 Subject: [PATCH] Fix weird bug in Makefile. --- v7/src/microcode/unxutl/makefile | 34 +++++++++----------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index d9fa13d30..734b3e0c9 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,49 +1,33 @@ # # Makefile for MIT CScheme microcode. # -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.10 1990/06/21 19:59:16 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.11 1990/12/11 23:36:17 cph Rel $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. -all: xmakefile doall - -doall: +all: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} all -scheme: xmakefile doscheme - -doscheme: +scheme: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} scheme -xscheme: xmakefile doxscheme - -doxscheme: +xscheme: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} xscheme -bchscheme: xmakefile dobchscheme - -dobchscheme: +bchscheme: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} bchscheme -Psbtobin: xmakefile dopsbtobin - -dopsbtobin: +Psbtobin: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Psbtobin -Bintopsb: xmakefile dobintopsb - -dobintopsb: +Bintopsb: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Bintopsb -Ppband: xmakefile doppband - -doppband: +Ppband: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Ppband -install: xmakefile doinstall - -doinstall: +install: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} install # If you have a problem with cc -E here, changing -- 2.25.1