From 0fe550662d17310cac386243cf9109082995af1c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 24 Jun 2008 11:17:29 +0200 Subject: Fix typo introduced with commit 9e6ee5e79516f5af5366bd95fab801a692728373 --- arch/sandbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sandbox/Makefile') diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile index 17b908eed1..314c151bea 100644 --- a/arch/sandbox/Makefile +++ b/arch/sandbox/Makefile @@ -35,7 +35,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ ifeq ($(SUBARCH),x86_64) ELF_ARCH := i386:x86-64 ELF_FORMAT := elf64-x86-64 -ELF_CLASDD := ELFCLASS64 +ELF_CLASS := ELFCLASS64 endif ifeq ($(SUBARCH),i386) ELF_ARCH := $(SUBARCH) -- cgit v1.2.3