diff --git a/[refs] b/[refs] index 3dd4886b8fa4..3a5184d74e37 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fd431085cab7a5d0ae4fae91c85c5a05d6afaa0 +refs/heads/master: 08fa624f504e5edab6f69014fc92ecc7b2bbd81e diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index eede9b350803..9b4cb00407d7 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -226,7 +226,7 @@ LDFLAGS += -m $(ld-emul) ifdef CONFIG_MIPS CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -xc /dev/null | \ egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ - sed -e 's/^\#define /-D/' -e "s/ /='/" -e "s/$$/'/") + sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/") ifdef CONFIG_64BIT CHECKFLAGS += -m64 endif