Fix incorrect dependencies in Makefile

This commit is contained in:
Christophe Staïesse
2014-10-05 11:37:11 +02:00
parent 00de7674af
commit 191f98a008

View File

@@ -79,7 +79,7 @@ rgbfix: ${rgbfix_obj}
.c.o:
$Q${CC} ${REALCFLAGS} -c -o $@ $<
src/asm/gameboy/locallex.c src/asm/globlex.c src/asm/lexer.c: src/asm/asmy.h
src/asm/gameboy/locallex.o src/asm/globlex.o src/asm/lexer.o: src/asm/asmy.h
src/asm/asmy.h: src/asm/asmy.c
src/asm/asmy.y: ${yacc_pre}