From: Guillermo J. Rozas Date: Tue, 8 Jun 1993 04:10:57 +0000 (+0000) Subject: Add top-level entry for hppacache. X-Git-Tag: 20090517-FFI~8357 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2c005a2dacd3caf55ea9a7aa94127197356661d8;p=mit-scheme.git Add top-level entry for hppacache. --- diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index 781df0885..7ebe5c7e4 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Id: makefile,v 1.21 1993/04/15 09:16:10 cph Exp $ +# $Id: makefile,v 1.22 1993/06/08 04:10:57 gjr Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -38,6 +38,10 @@ Ppband: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Ppband .PHONY: Ppband +hppacache: xmakefile + $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} hppacache +.PHONY: hppacache + install: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} install .PHONY: install