diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-10 13:29:17 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:13 +0200 |
commit | fdf090ae4505af5ca09d3ad4958a9e66c1748961 (patch) | |
tree | f94bc30fcc1b9f07a1000a265231cddac9db85dc /i386 | |
parent | db6bdf06c86d7a2903b32735df673ddb31dd0ffe (diff) |
2007-12-10 Thomas Schwinge <tschwinge@gnu.org>
* i386/Makefrag.am (i386/i386at/boothdr.o, i386/i386at/interrupt.o)
(i386/i386/cswitch.o, i386/i386/locore.o): Remove targets.
* configure.ac <Dependency tracking for `.S' files>: Add a hack to
re-add the four targets with have been removed above for the (legacy)
case only where they are actually needed.
Diffstat (limited to 'i386')
-rw-r--r-- | i386/Makefrag.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am index b5d3de9..bad0ce9 100644 --- a/i386/Makefrag.am +++ b/i386/Makefrag.am @@ -172,16 +172,6 @@ nodist_libkernel_a_SOURCES += \ i386/i386/mach_i386.server.c \ i386/i386/mach_i386.server.msgids # i386/i386/mach_i386.server.defs - -# -# Static dependencies. -# - -# TODO. Hm. -i386/i386at/boothdr.o: i386/i386/i386asm.h -i386/i386at/interrupt.o: i386/i386/i386asm.h -i386/i386/cswitch.o: i386/i386/i386asm.h -i386/i386/locore.o: i386/i386/i386asm.h EXTRA_DIST += \ i386/i386/i386asm.sym |