From 16163ff2bc5fb3d50c665bf42361bef18bd969f1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Jul 2011 10:47:59 +0000 Subject: [PATCH] [package] linux-atm: don't fail if an PREFIX env var is set SVN-Revision: 27779 --- package/linux-atm/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2