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.
This commit is contained in:
keie 1984-11-05 11:37:23 +00:00
parent a837112d99
commit 2976b590af

View 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)