From 403e9a5dc9ae1ec3703525873b5010463940f7e1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 11 Nov 1991 09:40:06 +0000 Subject: [PATCH] Fixed --- fast/f_c.ansi/proto.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fast/f_c.ansi/proto.make b/fast/f_c.ansi/proto.make index fc001d00..42ef1523 100644 --- a/fast/f_c.ansi/proto.make +++ b/fast/f_c.ansi/proto.make @@ -9,7 +9,7 @@ UTIL_BIN = \ SRC_DIR = \ $(SRC_HOME)/lang/cem/cemcom.ansi FSRC_DIR = \ - $(SRC_HOME)/fast/f_c + $(SRC_HOME)/fast/f_c.ansi TABGEN= $(UTIL_BIN)/tabgen LLGEN = $(UTIL_BIN)/LLgen @@ -129,10 +129,10 @@ all: make.main make -f make.main main install: all - cp main $(TARGET_HOME)/lib.bin/c_ce + cp main $(TARGET_HOME)/lib.bin/c_ce.ansi cmp: all - -cmp main $(TARGET_HOME)/lib.bin/c_ce + -cmp main $(TARGET_HOME)/lib.bin/c_ce.ansi opr: make pr | opr