From 434a22bfae11e239c1c0a6db1af2a5eb0e7df231 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 8 Jun 1989 13:05:21 +0000 Subject: [PATCH] installed new Pascal compiler --- lang/pc/.distr | 2 +- lang/pc/Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/pc/.distr b/lang/pc/.distr index 412cd886..2685e3b1 100644 --- a/lang/pc/.distr +++ b/lang/pc/.distr @@ -1,4 +1,4 @@ Makefile libpc -pem +comp test diff --git a/lang/pc/Makefile b/lang/pc/Makefile index 45a520ac..764153fe 100644 --- a/lang/pc/Makefile +++ b/lang/pc/Makefile @@ -2,18 +2,18 @@ d=../.. h=$d/h cmp: - (cd pem ; make cmp) + (cd comp ; make cmp) install: - (cd pem ; make install) + (cd comp ; make install) clean: -rm -f *.o *.old - (cd pem ; make clean) + (cd comp ; make clean) opr: make pr ^ opr pr: - @(cd pem ; make pr) + @(cd comp ; make pr) @(cd libpc ; make pr)