Skip to content
Snippets Groups Projects
Commit 24bd8fca authored by pmai's avatar pmai
Browse files

Commit nontab-lossage fix missing from earlier commit.

parent f9d0e2df
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ OS_LIBS=
# of irix-asm-munge.c
irix-asm-munge: irix-asm-munge.c internals.h
cc -g -o $@ irix-asm-munge.c -lelf
cc -g -o $@ irix-asm-munge.c -lelf
mips-assem.o: mips-assem.S irix-asm-munge
as $(ASFLAGS) -o $@ mips-assem.S
./irix-asm-munge $@
as $(ASFLAGS) -o $@ mips-assem.S
./irix-asm-munge $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment