Fix weird bug in Makefile.
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Dec 1990 23:36:17 +0000 (23:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Dec 1990 23:36:17 +0000 (23:36 +0000)
v7/src/microcode/unxutl/makefile

index d9fa13d307d5a0721231573b59692b728397f39f..734b3e0c98d96f46d1be1939076df04613c68e77 100644 (file)
@@ -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