summaryrefslogtreecommitdiffstats
path: root/package/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index f690f56fa..fd55c71dc 100644
--- a/package/fuse/Makefile
+++ b/package/fuse/Makefile
@@ -82,7 +82,6 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- PATH="$(TARGET_PATH)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef