From 93414bb97c8d4af09fbc6ed493e5c904f27a5173 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 May 2000 00:03:03 +0000 Subject: Update. 2000-05-07 H.J. Lu * csu/initfini.c: Moved to .... * sysdeps/generic/initfini.c: ...here. * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs). --- csu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'csu/Makefile') diff --git a/csu/Makefile b/csu/Makefile index 1fb2e8f96b..9937a9186d 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -85,6 +85,8 @@ $(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h CFLAGS-initfini.s = -g0 -fPIC -fno-inline-functions +vpath initfini.c $(full_config_sysdirs) + $(objpfx)initfini.s: initfini.c $(compile.c) -S $(CFLAGS-initfini.s) -finhibit-size-directive \ $(patsubst -f%,-fno-%,$(exceptions)) -o $@ -- cgit 1.4.1