X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fb10765c3bbd40b03ce492cb53d5cbe33914bb83..74dc21e8e5a77f5d1902dbc64ab7cb06f779f21d:/openwrt/package/nmap/Makefile diff --git a/openwrt/package/nmap/Makefile b/openwrt/package/nmap/Makefile index 69cc9259b..6e685b4ea 100644 --- a/openwrt/package/nmap/Makefile +++ b/openwrt/package/nmap/Makefile @@ -51,17 +51,16 @@ $(PKG_BUILD_DIR)/.configured: --with-libpcap="$(STAGING_DIR)/usr" \ --with-libpcre="$(STAGING_DIR)/usr" \ ); - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) \ - CCOPT="-fno-builtin -nostdinc++ -nodefaultlibs $(TARGET_CFLAGS)" mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ + CCOPT="-fno-builtin -nostdinc++ -nodefaultlibs $(TARGET_CFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - install - touch $(PKG_BUILD_DIR)/.built + all install + touch $@ $(IPKG_NMAP): install -d -m0755 $(IDIR_NMAP)/usr/share/nmap