summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-04 14:40:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-04 14:40:47 +0000
commit1354f27bbb1e901a66432c0a608eb90f599b29bc (patch)
tree1f22120c2995dc8b6d2469e900e4f2d5a3318639 /openwrt/package
parentf5f11fff44b9d691fe26cd78591cc2e52bb046c9 (diff)
downloadmtk-20170518-1354f27bbb1e901a66432c0a608eb90f599b29bc.zip
mtk-20170518-1354f27bbb1e901a66432c0a608eb90f599b29bc.tar.gz
mtk-20170518-1354f27bbb1e901a66432c0a608eb90f599b29bc.tar.bz2
whitespace fixes
SVN-Revision: 3903
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk
index c05333b..d44cd98 100644
--- a/openwrt/package/rules.mk
+++ b/openwrt/package/rules.mk
@@ -7,16 +7,16 @@ endif
define Build/DefaultTargets
ifeq ($(DUMP),)
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) . $(TOPDIR)/package/rules.mk),$(PKG_BUILD_DIR))
- ifeq ($(CONFIG_AUTOREBUILD),y)
+ ifeq ($(CONFIG_AUTOREBUILD),y)
$(PKG_BUILD_DIR)/.prepared: package-clean
endif
endif
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $(IPKG_$(1)) $(PKG_BUILD_DIR)),$(IPKG_$(1)))
- ifeq ($(CONFIG_AUTOREBUILD),y)
+ ifeq ($(CONFIG_AUTOREBUILD),y)
$(PKG_BUILD_DIR)/.built: package-rebuild
endif
- endif
+ endif
endif
$(PKG_BUILD_DIR)/.prepared: $(DL_DIR)/$(PKG_SOURCE)