From 05d3d580df05c67de32fb3251d5aae94b630a83c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 3 May 2003 09:08:37 +0000 Subject: * 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. --- csu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csu/Makefile') 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 $@ -- cgit v1.2.3