diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:23:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:23:30 +0000 |
commit | b44031deb6b226b92cc05714b939106d54c2619d (patch) | |
tree | bd1f64b50eb520106d49b9b17c06f162ceb0e3d1 /openwrt/package/siproxd | |
parent | 53a998ce91a87c576b07ab85c1bd8d8b97120658 (diff) | |
download | mtk-20170518-b44031deb6b226b92cc05714b939106d54c2619d.zip mtk-20170518-b44031deb6b226b92cc05714b939106d54c2619d.tar.gz mtk-20170518-b44031deb6b226b92cc05714b939106d54c2619d.tar.bz2 |
Tweak package build
SVN-Revision: 975
Diffstat (limited to 'openwrt/package/siproxd')
-rw-r--r-- | openwrt/package/siproxd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/siproxd/Makefile b/openwrt/package/siproxd/Makefile index 035881a..f291bc7 100644 --- a/openwrt/package/siproxd/Makefile +++ b/openwrt/package/siproxd/Makefile @@ -46,15 +46,15 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_NLS) \ --enable-shared \ ); - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: - $(MAKE) -C $(PKG_BUILD_DIR) + rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - install - touch $(PKG_BUILD_DIR)/.built + all install + touch $@ $(IPKG_SIPROXD): install -d -m0755 $(IDIR_SIPROXD)/etc |