There must be an explicit way to build the .o!

This commit is contained in:
Ben Laurie 2005-05-11 16:39:05 +00:00
parent 4a8224b598
commit 4b26fe30de

View file

@ -85,7 +85,10 @@ co86-out.s: asm/co-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) co-586.pl a.out $(CFLAGS) > ../$@)
sparcv8.o: asm/sparcv8.S
sparcv8plus.o: asm/sparcv8plus.S
$(CC) $(CFLAGS) -c asm/sparcv8plus.S
mips3.o: asm/mips3.s
x86_64-gcc.o: asm/x86_64-gcc.c