diff options
Diffstat (limited to 'openwrt/package/monit/Makefile')
-rw-r--r-- | openwrt/package/monit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/monit/Makefile b/openwrt/package/monit/Makefile index 269c9b8f2..bbb7c8670 100644 --- a/openwrt/package/monit/Makefile +++ b/openwrt/package/monit/Makefile @@ -43,11 +43,11 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared $(DISABLE_NLS) \ --without-ssl \ ); - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) - touch $(PKG_BUILD_DIR)/.built + touch $@ $(IPKG_MONIT): install -d -m0755 $(IDIR_MONIT)/etc |