diff options
author | Roland McGrath <roland@gnu.org> | 2003-05-03 09:08:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-05-03 09:08:37 +0000 |
commit | 05d3d580df05c67de32fb3251d5aae94b630a83c (patch) | |
tree | 3384009287c9a0c944a62e132fea65cc0dc087fe /csu | |
parent | e65a56bb1b6994aeeabc84330ebc3b1027bd74a7 (diff) | |
download | glibc-05d3d580df05c67de32fb3251d5aae94b630a83c.tar glibc-05d3d580df05c67de32fb3251d5aae94b630a83c.tar.gz glibc-05d3d580df05c67de32fb3251d5aae94b630a83c.tar.bz2 glibc-05d3d580df05c67de32fb3251d5aae94b630a83c.zip |
* 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/Makefile | 2 |
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 $@ |