diff options
Diffstat (limited to 'openwrt/package/rrdtool1/Makefile')
-rw-r--r-- | openwrt/package/rrdtool1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/rrdtool1/Makefile b/openwrt/package/rrdtool1/Makefile index 7df6210bb2..0dc0a47a50 100644 --- a/openwrt/package/rrdtool1/Makefile +++ b/openwrt/package/rrdtool1/Makefile @@ -101,5 +101,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/librrd.a \ $(STAGING_DIR)/usr/lib/librrd.so* \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |