summaryrefslogtreecommitdiffstats
path: root/gnu/lib/csu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/csu')
-rw-r--r--gnu/lib/csu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 5c6b412..7b8cc46 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -25,6 +25,8 @@ SRCS+= crtfastmath.c
all: ${OBJS} ${SOBJS} ${TGTOBJS}
+CLEANFILES= ${OBJS} ${SOBJS} ${TGTOBJS}
+
crtbegin.o crtbegin.So crtend.o crtend.So: ${SRCS}
crtbegin.o:
@@ -43,7 +45,7 @@ crtend.So:
${CC} ${CFLAGS} -g0 -DCRT_END ${CRTS_CFLAGS} \
-c -o ${.TARGET} ${.ALLSRC:M*crtstuff*}
-CLEANFILES= tconfig.h
+CLEANFILES+= tconfig.h
tconfig.h: ${CCDIR}/cc_tools/Makefile
${MAKE} -f ${.ALLSRC} MFILE=${.ALLSRC} GCCDIR=${GCCDIR} ${.TARGET}
OpenPOWER on IntegriCloud