From 04972c4c3ff255b48dc1778e71505810f4065a96 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 19 May 2005 20:52:50 +0000 Subject: [PATCH] Add missing .configured target and fix .prepared target that caused superfluous package rebuild SVN-Revision: 964 --- openwrt/package/cifsmount/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile index 81eac62b2d..d0d186a8d3 100644 --- a/openwrt/package/cifsmount/Makefile +++ b/openwrt/package/cifsmount/Makefile @@ -14,6 +14,10 @@ $(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$ $(PKG_BUILD_DIR)/.prepared: mkdir -p $@ + touch $@ + +$(PKG_BUILD_DIR)/.configured: + touch $@ $(PKG_BUILD_DIR)/.built: $(TARGET_CC) -o $(PKG_BUILD_DIR)/mount.cifs mount.cifs.c -- 2.25.1