The flag -LIB was missing in the call to the shell-procedure
authorkeie <none@none>
Mon, 5 Nov 1984 11:37:23 +0000 (11:37 +0000)
committerkeie <none@none>
Mon, 5 Nov 1984 11:37:23 +0000 (11:37 +0000)
compmodule. Thus the generated libraries could not be effectively
used by our assembler/linker.

mach/proto/libg/Makefile

index 1ad976e..4785674 100644 (file)
@@ -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)