* This patch fixes a typo in x86_64 purgatory makefile Signed Off By : Sachin Sant (sachinp@in.ibm.com) --- diff -Naurp old/purgatory/arch/x86_64/Makefile new/purgatory/arch/x86_64/Makefile --- old/purgatory/arch/x86_64/Makefile 2008-03-07 11:18:10.000000000 +0530 +++ new/purgatory/arch/x86_64/Makefile 2008-03-14 14:24:50.000000000 +0530 @@ -14,7 +14,7 @@ dist += purgatory/arch/x86_64/Makefile $ purgatory/arch/x86_64/purgatory-x86_64.h # Done add sources in i386/ to dist, as i386/Makefile adds them -x86_64_PURGATORY_SRCS = purgatory/arch/i386/entry32-16.S +x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16.S x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16-debug.S x86_64_PURGATORY_SRCS += purgatory/arch/i386/crashdump_backup.c x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c