From 08fd6bda6451b3dff2cd82cfde6f5393a1018dd5 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 19 May 2005 21:22:09 +0000 Subject: Cosmetic fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@973 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/portmap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/portmap/Makefile') diff --git a/package/portmap/Makefile b/package/portmap/Makefile index e8476ca3f..3c8f5d20c 100644 --- a/package/portmap/Makefile +++ b/package/portmap/Makefile @@ -20,13 +20,13 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,PORTMAP,portmap,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.configured: - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DHOSTS_ACCESS -DFACILITY=LOG_DAEMON -DIGNORE_SIGCHLD" all - touch $(PKG_BUILD_DIR)/.built + touch $@ $(IPKG_PORTMAP): install -d -m0755 $(IDIR_PORTMAP)/usr/sbin -- cgit v1.2.3