From 1f56b2aa4c5d0e31e5b44f68c1cbd3706050f1de Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 31 Jan 1985 10:53:59 +0000 Subject: [PATCH] 1 - Changed incorrect execution line for callc/modc 2 - Added several sources to 'pr' entry, for printing. --- lang/pc/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pc/test/Makefile b/lang/pc/test/Makefile index bc4539516..23dedb7cc 100644 --- a/lang/pc/test/Makefile +++ b/lang/pc/test/Makefile @@ -21,7 +21,7 @@ testC: apc t5.p; a.out apc tstenc.p; a.out apc tstgto.p; a.out - apc -.p callc.p cmod.c ; em + apc -.p callc.p cmod.c ; a.out rm -f a.out f? *.[os] install cmp: @@ -33,4 +33,4 @@ opr: make pr | opr pr: - @pr t[12345].p tstenc.p + @pr t[12345].p tstenc.p tstgto.p callc.p cmod.c -- 2.34.1