diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | i386/Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2006-04-02 Thomas Schwinge <tschwinge@gnu.org> + + * i386/Makefile.in (boothdr.o): New target. + 2006-03-21 Thomas Schwinge <tschwinge@gnu.org> * Makefile.in (clean): Also remove `kernel.gz', `kernel.stripped' and diff --git a/i386/Makefile.in b/i386/Makefile.in index 8aa62e4..8a87dae 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -123,6 +123,10 @@ INCLUDES = -I. -I$(srcdir)/i386at -I$(srcdir)/i386 \ -I$(srcdir)/include -I$(srcdir)/include/mach/sa \ -I$(srcdir)/bogus -I$(srcdir) +# Static dependencies. + +# For building with `no_deps=t'. +boothdr.o: i386asm.h # # Rules. |