summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2012-02-10 17:06:24 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2012-02-10 17:06:24 +0100
commit62b045a55955618a25845c02b64becf55f40770f (patch)
tree42bd4fd0d325e7e19aaea4b5d6572e4baaade85c /Makefile
parentea1fa6963d1f45130a3dc3d635e5b37120bf364b (diff)
make cmd: custum -> custom
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 937fea2064f7..fba7796e6aa3 100644
--- a/Makefile
+++ b/Makefile
@@ -323,11 +323,11 @@ endif
config_host.mk.last set_soenv.stamp src.downloaded warn
#
-# custum command
+# custom command
#
ifneq ( $(MAKECMDGOALS),cmd)
cmd:
- echo "custum cmd" && ( $(cmd) )
+ echo "custom cmd" && ( $(cmd) )
endif