diff options
Diffstat (limited to 'openwrt/package/popt/Makefile')
-rw-r--r-- | openwrt/package/popt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/popt/Makefile b/openwrt/package/popt/Makefile index 87cb45cff1..2dec25bbb6 100644 --- a/openwrt/package/popt/Makefile +++ b/openwrt/package/popt/Makefile @@ -77,5 +77,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/popt.h \ $(STAGING_DIR)/usr/lib/libpopt.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |