summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-03 15:53:55 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:32 +0200
commit958602c5b7fd983198a09951bdfd45bf2664fc99 (patch)
tree2cf4bb95f01ddcf331cb6d11f23a3a2a0af7550d /i386
parent3875df2fac045e70864c29ef014dff605ca06228 (diff)
2006-02-03 Thomas Schwinge <tschwinge@gnu.org>
* Makerules.in: Set no_deps to true if we don't need the dependency files. * i386/linux/Makefile.in: Do care about linux-flags if no_deps is true; reverting the change from 2006-01-31.
Diffstat (limited to 'i386')
-rw-r--r--i386/linux/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/i386/linux/Makefile.in b/i386/linux/Makefile.in
index d998b75..ea422fb 100644
--- a/i386/linux/Makefile.in
+++ b/i386/linux/Makefile.in
@@ -159,8 +159,6 @@ linux-asm-spec-flags = -D__KERNEL__ -D__ASSEMBLY__ -traditional \
# Here is where those specs are found.
-ifneq ($(no_deps),t)
-
-include linux-flags
# How to make this file:
@@ -197,8 +195,6 @@ ifneq ($(linux-flags-done),$(all-linux-files) $(linux-asm-files))
no_deps=t
endif
-endif
-
objfiles += $(sort $(device_drivers))