diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-26 10:47:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-26 10:47:59 +0000 |
commit | 20d62f8e5fcfe4d6f3c707214df5bd0e5eef1a67 (patch) | |
tree | 76ed32d161471bd575796684374f6ad394cd8838 /package/linux-atm | |
parent | 94c728dc3949a74762866fe3f3faa75aeb8b8dda (diff) | |
download | upstream-20d62f8e5fcfe4d6f3c707214df5bd0e5eef1a67.tar.gz upstream-20d62f8e5fcfe4d6f3c707214df5bd0e5eef1a67.tar.bz2 upstream-20d62f8e5fcfe4d6f3c707214df5bd0e5eef1a67.zip |
linux-atm: don't fail if an PREFIX env var is set
SVN-Revision: 27779
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |