From: Michal Sojka Date: Sun, 30 Mar 2008 16:53:00 +0000 (+0000) Subject: Fixed typo in .PHONY declaration. X-Git-Tag: v0.1~26 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/874bab611aacd8179e56025608ae973cc1d8e3f9?ds=sidebyside Fixed typo in .PHONY declaration. darcs-hash:20080330165316-f2ef6-98091cc5cdb962e8e1ed8643babec4feacd38788.gz --- diff --git a/snippets/base b/snippets/base index 74d1544..61d1a60 100644 --- a/snippets/base +++ b/snippets/base @@ -181,7 +181,7 @@ endif # Syntax: $(call omk_pass_template,,,[],[]) 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) \