diff options
| -rw-r--r-- | package/grub/Makefile | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile index 338dbcac1..9a50f820e 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -31,10 +31,7 @@ define Package/grub    URL:=http://www.gnu.org/software/grub/  endef -CONFIGURE_FLAGS:= \ -	--target=$(GNU_TARGET_NAME) \ -	--host=$(GNU_TARGET_NAME) \ -	--build=$(GNU_HOST_NAME) +CONFIGURE_FLAGS:=   ifneq ($(HOST_OS),Darwin)  define Build/Configure  | 
