From 874bab611aacd8179e56025608ae973cc1d8e3f9 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 30 Mar 2008 16:53:00 +0000 Subject: [PATCH] Fixed typo in .PHONY declaration. darcs-hash:20080330165316-f2ef6-98091cc5cdb962e8e1ed8643babec4feacd38788.gz --- snippets/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.39.2