]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Fixed typo in .PHONY declaration.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 30 Mar 2008 16:53:00 +0000 (16:53 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 30 Mar 2008 16:53:00 +0000 (16:53 +0000)
darcs-hash:20080330165316-f2ef6-98091cc5cdb962e8e1ed8643babec4feacd38788.gz

snippets/base

index 74d15440f7fa2d5fe406e0093eea99822e392e98..61d1a608414fa0ed7c962eee5b1b573e378ffb6f 100644 (file)
@@ -181,7 +181,7 @@ endif
 
 # Syntax: $(call omk_pass_template,<pass name(s)>,<build dir>,[<local make flags>],[<local condition>])
 define omk_pass_template
-.PHNOY: $(1) $(addsuffix -local,$(1)) $(addsuffix -check,$(1))
+.PHONY: $(1) $(addsuffix -local,$(1)) $(addsuffix -check,$(1))
 $(1):
        +@$(foreach dir,$(SUBDIRS),$(call mkdir_def,$(2)/$(dir)); \
                $(MAKE) SOURCES_DIR=$(SOURCES_DIR)/$(dir) $(NO_PRINT_DIRECTORY) \