From: jow Date: Tue, 26 Jul 2011 10:47:59 +0000 (+0000) Subject: [package] linux-atm: don't fail if an PREFIX env var is set X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8bb1dcdbc29d62810b63eab280caa2ec7c09d8c8;p=openwrt.git [package] linux-atm: don't fail if an PREFIX env var is set git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27779 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 1a548822d9..fe391b9124 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -74,6 +74,7 @@ define Build/Configure endef TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include +unexport PREFIX define Build/Compile # src/qgen is built with HOSTCC, which does not really like our LDFLAGS