X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FMakefile.tpl;h=1339765563f72b652027438ef4ad936ff0881208;hb=afe31a49af11cf83b48947de018a5ac147835762;hp=b2cfcd1fe25d3892a029c193def420cf98d6eeac;hpb=78f865ea25a5f06b6b00ec1a3283335953925cb6;p=tpg%2Facess2.git diff --git a/Usermode/Applications/Makefile.tpl b/Usermode/Applications/Makefile.tpl index b2cfcd1f..13397655 100644 --- a/Usermode/Applications/Makefile.tpl +++ b/Usermode/Applications/Makefile.tpl @@ -39,7 +39,7 @@ ifneq ($(_DBGMAKEFILE),) else @$(LD) -g $(LDFLAGS) -o $@ $(OBJ) -Map $(_OBJPREFIX)Map.txt endif - @$(DISASM) $(_BIN) > $(BIN).dsm + @$(DISASM) $(_BIN) > $(_OBJPREFIX)$(BIN).dsm $(OBJ): $(_OBJPREFIX)%.o: %.c @echo [CC] -o $@