From 191f98a008c428b24fdeae6ef302abfd017d9428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Sta=C3=AFesse?= Date: Sun, 5 Oct 2014 11:37:11 +0200 Subject: [PATCH] Fix incorrect dependencies in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ec29fd8..56eddfba 100644 --- a/Makefile +++ b/Makefile @@ -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}