diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:22:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:22:09 +0000 |
commit | d784887b7f233e810408db11b9fca12d39e3dddc (patch) | |
tree | c09cc9aa8f61bb4d02a8a93d95409700f802c239 /package/monit/Makefile | |
parent | 2af1393623b4f45851b31501a41012be308794eb (diff) | |
download | master-187ad058-d784887b7f233e810408db11b9fca12d39e3dddc.tar.gz master-187ad058-d784887b7f233e810408db11b9fca12d39e3dddc.tar.bz2 master-187ad058-d784887b7f233e810408db11b9fca12d39e3dddc.zip |
Cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@973 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/monit/Makefile')
-rw-r--r-- | package/monit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile index 269c9b8f2d..bbb7c86701 100644 --- a/package/monit/Makefile +++ b/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 |