diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-04-02 08:33:18 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:36 +0200 |
commit | d8525b1bbce4f0841ee2364789ab246877eabb32 (patch) | |
tree | fc65a3c9534a427f271a5ef5373dae0f1bce796d /i386/Makefile.in | |
parent | 65f1df2c51e9cff5bb3fbe5d571823e1a04a8039 (diff) |
2006-04-02 Thomas Schwinge <tschwinge@gnu.org>
* i386/Makefile.in (boothdr.o): New target.
Diffstat (limited to 'i386/Makefile.in')
-rw-r--r-- | i386/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
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. |