From 38383963e01fd304bbfda57763c71b2211292147 Mon Sep 17 00:00:00 2001 From: "Jayachandran C." Date: Mon, 10 Jan 2011 05:13:06 +0000 Subject: [PATCH] Remove unnecessary 'cat'. --- sys/conf/Makefile.mips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips index 88dcff08ad0..55d57e62b19 100644 --- a/sys/conf/Makefile.mips +++ b/sys/conf/Makefile.mips @@ -86,7 +86,7 @@ CLEAN+= ${LDSCRIPT_NAME} ${LDSCRIPT_NAME}.tramp.noheader \ ${KERNEL_KO}.tramp.noheader ${KERNEL_KO}.tramp.bin ${LDSCRIPT_NAME}: $S/conf/${LDSCRIPT_NAME} - cat $S/conf/${LDSCRIPT_NAME}|sed s/KERNLOADADDR/${KERNLOADADDR}/g \ + sed s/KERNLOADADDR/${KERNLOADADDR}/g $S/conf/${LDSCRIPT_NAME} \ > ${LDSCRIPT_NAME} %RULES