.DEFAULT hack doesn't work very well, so disable it.
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Jun 1990 19:59:16 +0000 (19:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Jun 1990 19:59:16 +0000 (19:59 +0000)
v7/src/microcode/unxutl/makefile

index d61d29f4322667390b64ffb8261200cd9d00f237..d9fa13d307d5a0721231573b59692b728397f39f 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.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} $@