More work on x86_64 port of usermode
[tpg/acess2.git] / Usermode / Applications / Makefile.tpl
index f16ae11..9d47931 100644 (file)
@@ -32,7 +32,7 @@ ifneq ($(_DBGMAKEFILE),)
 else
        @$(LD) -g $(LDFLAGS) -o $@ $(OBJ) -Map Map.txt
 endif
-       @objdump -d -S $(_BIN) > $(BIN).dsm
+       @$(DISASM) $(_BIN) > $(BIN).dsm
 
 $(OBJ): $(_OBJPREFIX)%.o: %.c
        @echo --- GCC -o $@

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