Add top-level entry for hppacache.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 8 Jun 1993 04:10:57 +0000 (04:10 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 8 Jun 1993 04:10:57 +0000 (04:10 +0000)
v7/src/microcode/unxutl/makefile

index 781df088525467d5d0f93e1f876bc1e8b4c6b6ac..7ebe5c7e4d70ab550b88eb044e05b4d0e71acc93 100644 (file)
@@ -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