diff options
Diffstat (limited to 'openwrt/package/fuse/Makefile')
-rw-r--r-- | openwrt/package/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index d5e3222e5..452a4ab7d 100644 --- a/openwrt/package/fuse/Makefile +++ b/openwrt/package/fuse/Makefile @@ -104,5 +104,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libfuse.so* \ $(STAGING_DIR)/usr/lib/pkgconfig/fuse.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |