From 3d4adb0524acd32a70d1f3b0dc92bf697c1a4026 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 5 May 2014 22:55:42 +0000 Subject: [PATCH] Need to stage_files --- gnu/lib/csu/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 02f540bad16..5aba49f4473 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -81,4 +81,10 @@ realinstall: ${file} ${DESTDIR}${LIBDIR}/${file} .endfor +.if ${MK_STAGING} == "yes" +STAGE_DIR= ${STAGE_LIBDIR} +STAGE_FILES= ${OBJS} ${SOBJS} ${TGTOBJS} +staging: stage_files +.endif + .include