diff options
Diffstat (limited to 'openwrt/package/net-snmp/Makefile')
-rw-r--r-- | openwrt/package/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/net-snmp/Makefile b/openwrt/package/net-snmp/Makefile index fef44d5ce..a0ffdc930 100644 --- a/openwrt/package/net-snmp/Makefile +++ b/openwrt/package/net-snmp/Makefile @@ -200,5 +200,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/net-snmp \ $(STAGING_DIR)/usr/lib/libnetsnmp{,agent,helpers,mibs}.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |