summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-04-02 08:33:18 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:36 +0200
commitd8525b1bbce4f0841ee2364789ab246877eabb32 (patch)
treefc65a3c9534a427f271a5ef5373dae0f1bce796d
parent65f1df2c51e9cff5bb3fbe5d571823e1a04a8039 (diff)
2006-04-02 Thomas Schwinge <tschwinge@gnu.org>
* i386/Makefile.in (boothdr.o): New target.
-rw-r--r--ChangeLog4
-rw-r--r--i386/Makefile.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5276879..0be64c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.