From eeae65e3563ff8a7ac2926900c8b3720d87212c6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 Aug 2002 08:47:35 +0000 Subject: [PATCH] Don't use rule for crt%.o, spell it out as rules for crti.o and crtn.o. --- linuxthreads/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index b3f66ff..4dce313 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -137,7 +137,10 @@ $(objpfx)defs.h: $(objpfx)pt-initfini.s sed -n -e '/@TESTS_BEGIN/,/@TESTS_END/p' $< | \ $(AWK) -f ../csu/defs.awk > $@ -$(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h +$(objpfx)crti.o: $(objpfx)crti.S $(objpfx)defs.h + $(compile.S) -g0 $(ASFLAGS-.os) -o $@ + +$(objpfx)crtn.o: $(objpfx)crtn.S $(objpfx)defs.h $(compile.S) -g0 $(ASFLAGS-.os) -o $@ generated += crti.S crtn.S defs.h pt-initfini.s -- 2.7.4