The vgabios build must depend on autoconf.h.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 29 Jan 2011 16:24:58 +0000 (11:24 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 29 Jan 2011 19:47:48 +0000 (14:47 -0500)
Makefile

index dfcccef2a0c1310d300488cce76e23bf46632a93..f8f8fc4f8578e4b1d105ec350ad9c027f5b8c204 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@ $(OUT)bios.bin.elf $(OUT)bios.bin: $(OUT)rom.o tools/checkrom.py
 SRCVGA=src/output.c src/util.c vgasrc/vga.c vgasrc/vgafb.c vgasrc/vgaio.c \
        vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/clext.c
 
-$(OUT)vgaccode.16.s: ; $(call whole-compile, $(CFLAGS16) -S -Isrc, $(SRCVGA),$@)
+$(OUT)vgaccode.16.s: $(OUT)autoconf.h ; $(call whole-compile, $(CFLAGS16) -S -Isrc, $(SRCVGA),$@)
 
 $(OUT)vgalayout16.o: vgaentry.S $(OUT)vgaccode.16.s $(OUT)asm-offsets.h
        @echo "  Compiling (16bit) $@"