From 281fc7f295dec417ad25427f0e03cb8bb942bd58 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 13 Oct 2007 05:50:43 +0000 Subject: [PATCH] Back out last commit -- it breaks sparc64 build which has more than one .c file in SRCS. --- gnu/lib/csu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 58ccb702b45..173920ca792 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -35,8 +35,8 @@ SRCS+= crtsavres.asm TGTOBJS= crtfastmath.o SRCS+= crtfastmath.c .endif -BEGINSRC?= ${SRCS:M*.c} -ENDSRC?= ${SRCS:M*.c} +BEGINSRC?= crtstuff.c +ENDSRC?= crtstuff.c all: ${OBJS} ${SOBJS} ${TGTOBJS} ${OBJS} ${SOBJS}: ${SRCS:M*.h}