ref: 191f98a008c428b24fdeae6ef302abfd017d9428
parent: 00de7674af6d7636e99c057f52d1913142454b85
author: Christophe Staïesse <[email protected]>
date: Sun Oct 5 07:37:11 EDT 2014
Fix incorrect dependencies in Makefile
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@
.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}