From 392888845c01b5fb150a003c935ad43e708c9406 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 5 Sep 2010 16:16:59 +0000 Subject: fix build error in tools on darwin on newer macs (patch by dirtyfreebooter) SVN-Revision: 22934 --- tools/ppl/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/ppl') diff --git a/tools/ppl/Makefile b/tools/ppl/Makefile index c9c09c5125..7eea73f0b0 100644 --- a/tools/ppl/Makefile +++ b/tools/ppl/Makefile @@ -17,11 +17,6 @@ include $(INCLUDE_DIR)/host-build.mk unexport CFLAGS -ifeq ($(HOST_OS),Darwin) - GNU_HOST_NAME:= - HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS)) -endif - HOST_CONFIGURE_ARGS += \ --enable-static \ --disable-shared -- cgit v1.2.3