make cmd: custum -> custom

This commit is contained in:
Miklos Vajna 2012-02-10 17:06:24 +01:00
parent ea1fa6963d
commit 62b045a559

View file

@ -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