From 0dbec29ec32b6c6047db928a523f68f1bb43a221 Mon Sep 17 00:00:00 2001 From: sjg Date: Mon, 5 May 2014 22:55:42 +0000 Subject: Need to stage_files --- gnu/lib/csu/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu/lib') diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 02f540b..5aba49f 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 -- cgit v1.1