From e5e467b257a1d7eb6aa9255e2e8316a2e673bd69 Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 7 Dec 1984 15:22:22 +0000 Subject: [PATCH] Now use prototype makefile from ../../proto. --- mach/z8000/libcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/z8000/libcc/Makefile b/mach/z8000/libcc/Makefile index 9d6e972e..8004e86b 100644 --- a/mach/z8000/libcc/Makefile +++ b/mach/z8000/libcc/Makefile @@ -1,4 +1,4 @@ -MAKEFILE=Makef.pr.l +MAKEFILE=../../proto/libg/Makefile MACHDEF="MACH=z8000" "SUF=s" STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio" GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"