From 2c005a2dacd3caf55ea9a7aa94127197356661d8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 8 Jun 1993 04:10:57 +0000 Subject: [PATCH] Add top-level entry for hppacache. --- v7/src/microcode/unxutl/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1