From 703eb4e7a0ddf2d37c70c97ba094571a4da7f46a Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 9 Oct 1986 13:21:33 +0000 Subject: [PATCH] Added RANLIB --- mach/vax4/libpc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/vax4/libpc/Makefile b/mach/vax4/libpc/Makefile index 87bf4fbe3..9fbb701a0 100644 --- a/mach/vax4/libpc/Makefile +++ b/mach/vax4/libpc/Makefile @@ -3,6 +3,7 @@ MACHDEF="MACH=vax4" "SUF=o" "ASAR=ar" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" install: + RANLIB=ranlib ; export RANLIB ;\ make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp cmp: -- 2.34.1