summaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-05-03 09:08:37 +0000
committerRoland McGrath <roland@gnu.org>2003-05-03 09:08:37 +0000
commit05d3d580df05c67de32fb3251d5aae94b630a83c (patch)
tree3384009287c9a0c944a62e132fea65cc0dc087fe /csu
parente65a56bb1b6994aeeabc84330ebc3b1027bd74a7 (diff)
* sysdeps/gnu/Makefile (generated): Append errlist-compat.c here, ...
* stdio-common/Makefile: ... not here. * csu/Makefile ($(objpfx)initfini.s): Depend on $(before-compile). * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
Diffstat (limited to 'csu')
-rw-r--r--csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 213f135f71..2559993653 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -106,7 +106,7 @@ CFLAGS-initfini.s = -g0 -fPIC -fno-inline-functions
vpath initfini.c $(full_config_sysdirs)
-$(objpfx)initfini.s: initfini.c
+$(objpfx)initfini.s: initfini.c $(before-compile)
$(compile.c) -S $(CFLAGS-initfini.s) -finhibit-size-directive \
$(patsubst -f%,-fno-%,$(exceptions)) -o $@