diff options
Diffstat (limited to 'openwrt/package/howl/Makefile')
-rw-r--r-- | openwrt/package/howl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/howl/Makefile b/openwrt/package/howl/Makefile index 9bb7c7ecd..8969f10fc 100644 --- a/openwrt/package/howl/Makefile +++ b/openwrt/package/howl/Makefile @@ -116,5 +116,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/lib{howl,mDNSResponder}.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/howl.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |