From 12abdf0505069e1c4c0496cdf7eeece5278b26fe Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 21 Jun 1990 19:59:16 +0000 Subject: [PATCH] .DEFAULT hack doesn't work very well, so disable it. --- v7/src/microcode/unxutl/makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index d61d29f43..d9fa13d30 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.9 1990/06/12 17:32:29 jinx Exp $ +# $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 $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -70,6 +70,3 @@ locked: getpagesize.h : pagesize.h rm -f getpagesize.h cp pagesize.h getpagesize.h - -.DEFAULT : xmakefile - $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} $@ -- 2.25.1