diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2012-02-10 17:06:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2012-02-10 17:06:24 +0100 |
commit | 62b045a55955618a25845c02b64becf55f40770f (patch) | |
tree | 42bd4fd0d325e7e19aaea4b5d6572e4baaade85c | |
parent | ea1fa6963d1f45130a3dc3d635e5b37120bf364b (diff) |
make cmd: custum -> custom
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |