From c7dde08273de1e8aab10cdcf1da1120e7153adfb Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 18 Mar 2008 12:04:25 +0900 Subject: Subject: distribute mips_PURGATORY_SRCS From: Simon Horman Fix a typo and distribute $(mips_PURGATORY_SRCS) instead of $(mips_PURGATORY_C_SRCS) as the latter is empty. Signed-off-by: Simon Horman --- purgatory/arch/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purgatory/arch/mips/Makefile b/purgatory/arch/mips/Makefile index b444aaa..87888f3 100644 --- a/purgatory/arch/mips/Makefile +++ b/purgatory/arch/mips/Makefile @@ -5,6 +5,6 @@ mips_PURGATORY_SRCS+= purgatory/arch/mips/purgatory-mips.c mips_PURGATORY_SRCS+= purgatory/arch/mips/console-mips.c -dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_C_SRCS) \ +dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_SRCS) \ purgatory/arch/mips/purgatory-mips.h -- cgit