From 2976b590afd69564aa71cb270b903f822051131e Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 5 Nov 1984 11:37:23 +0000 Subject: [PATCH] The flag -LIB was missing in the call to the shell-procedure compmodule. Thus the generated libraries could not be effectively used by our assembler/linker. --- mach/proto/libg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/libg/Makefile b/mach/proto/libg/Makefile index 1ad976e83..4785674f2 100644 --- a/mach/proto/libg/Makefile +++ b/mach/proto/libg/Makefile @@ -37,5 +37,5 @@ tail_$(PREF)$(SUB): @-rm barrier.[oeskm] @echo OK -rm -f tail_$(PREF)$(SUB) - MACH="$(MACH)" MACHFL="$(MACHFL)" ASAR=$(ASAR) \ + MACH="$(MACH)" MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) \ march $(HOME)/$(SRC) tail_$(PREF)$(SUB) -- 2.34.1