summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-07-27 00:05:38 +0000
committerGreg McGary <greg@mcgary.org>2000-07-27 00:05:38 +0000
commit4362aba591b7f7dd67abdb37478a4dd8393b5253 (patch)
tree6dda7201fa46e235767e7f217b1f1c037ecdfc8c /Makeconfig
parent476b6d7fa4b5e47b5f07431b8a1af05a17489040 (diff)
fix typo in +link-bounded
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index b36bf7e6fe..40404a5d1f 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -406,7 +406,7 @@ ifndef +link-bounded
$(sysdep-LDFLAGS) $(LDFLAGS) \
$(addprefix $(csu-objpfx),b$(static-start-installed-name)) \
$(+preinit) $(+prector) \
- $(filter-out $(addprefix $(csu-objpfx),start.o \
+ $(filter-out $(addprefix $(csu-objpfx),start.ob \
$(start-installed-name))\
$(+preinit) $(link-extra-libs-bounded) \
$(common-objpfx)libc% $(+postinit),$^) \