OSDN Git Service

Rules.mak fix typo (qstrup -> qstrip)
authorAustin Foxley <austinf@cetoncorp.com>
Mon, 9 Nov 2009 21:17:04 +0000 (13:17 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Mon, 9 Nov 2009 21:17:04 +0000 (13:17 -0800)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Rules.mak

index 7b59350..d354e7d 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -95,7 +95,7 @@ export ARCH
 # Make certain these contain a final "/", but no "//"s.
 TARGET_SUBARCH:=$(call qstrip,$(shell grep -s '^TARGET_SUBARCH' $(top_builddir)/.config | $(SED) -e 's/^TARGET_SUBARCH=//'))
 TARGET_SUBARCH:=$(call qstrip,$(TARGET_SUBARCH))
-RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(call qstrup,$(RUNTIME_PREFIX)))))
+RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(RUNTIME_PREFIX)))))
 DEVEL_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(DEVEL_PREFIX)))))
 KERNEL_HEADERS:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(KERNEL_HEADERS)))))
 export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS