From 3b4a813a6cfb50af66744b6898d710404246a5bd 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 412cd8862..2685e3b15 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 45a520acd..764153fe9 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) -- 2.34.1