From: Felix Fietkau Date: Sun, 4 Jun 2006 14:40:47 +0000 (+0000) Subject: whitespace fixes X-Git-Tag: reboot~30718^2~618 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1354f27bbb1e901a66432c0a608eb90f599b29bc;p=oweals%2Fopenwrt.git whitespace fixes SVN-Revision: 3903 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index c05333b021..d44cd986a4 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)