X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=a3fe50b1dc0dfb4d1586ceb5bbf85a3fd36f5ebf;hb=d90abebd06bbb004fc7957c39fe89202fbdca9f2;hp=83d71671c42ba9f5f092cf184997832c5044a80a;hpb=f55c29e4c74353ef0795eb83911c708c6db90466;p=openwrt%2Fstaging%2Fyousong.git diff --git a/rules.mk b/rules.mk index 83d71671c4..a3fe50b1dc 100644 --- a/rules.mk +++ b/rules.mk @@ -101,7 +101,7 @@ ifdef CONFIG_MIPS64_ABI endif endif -DEFAULT_SUBDIR_TARGETS:=clean download prepare compile install update refresh prereq dist distcheck configure check check-depends +DEFAULT_SUBDIR_TARGETS:=clean download prepare compile update refresh prereq dist distcheck configure check check-depends define DefaultTargets $(foreach t,$(DEFAULT_SUBDIR_TARGETS) $(1), @@ -139,7 +139,7 @@ else endif ifeq ($(or $(CONFIG_EXTERNAL_TOOLCHAIN),$(CONFIG_GCC_VERSION_4_8),$(CONFIG_TARGET_uml)),) - iremap = -iremap $(1):$(2) + iremap = -iremap$(1):$(2) endif PACKAGE_DIR:=$(BIN_DIR)/packages