Changed build system to not require calc
[tpg/acess2.git] / Modules / Makefile.tpl
index 103e8d8..73efa63 100644 (file)
@@ -50,7 +50,7 @@ $(BIN): %.kmd.$(ARCH): $(OBJ)
        @echo --- $(LD) -o $@
 #      $(LD) -T $(ACESSDIR)/Modules/link.ld --allow-shlib-undefined -shared -nostdlib -o $@ $(OBJ)
        @$(LD) --allow-shlib-undefined -shared -nostdlib -o $@ $(OBJ)
-       @$(OBJDUMP) -d $(BIN) > $(BIN).dsm
+       @$(DISASM) $(BIN) > $(BIN).dsm
 else
 $(BIN): %.xo.$(ARCH): $(OBJ)
        @echo --- $(LD) -o $@

UCC git Repository :: git.ucc.asn.au