From 60ed6ae069b314b73d4b1e329e9596a8aeb3c4c4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 27 Oct 2001 08:32:07 +0000 Subject: [PATCH] Sync with other platforms. --- lib/csu/powerpc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile index 5d69e5b4a97..65dd0099aba 100644 --- a/lib/csu/powerpc/Makefile +++ b/lib/csu/powerpc/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.PATH: ${.CURDIR}/../common + SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o @@ -10,11 +12,10 @@ NOPIC= true NOPROFILE= true INTERNALLIB= true -.PATH: ${.CURDIR}/../common all: ${OBJS} ${SOBJS} -gcrt1.o: crt1.c +gcrt1.o: crt1.c ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC} realinstall: