summaryrefslogtreecommitdiff
path: root/Template
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-09 11:17:02 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-02-09 11:19:02 +0100
commitcea206c94f02e69c3148c6b2267370c36e530852 (patch)
tree826c4b3b2b1db757693de82f40d1446aaf85aa69 /Template
parent419f752e7989e72deaba560fba0c3c6e990225ac (diff)
make: Fix spelling yaac -> yacc
The parser generator's name is yacc, not yaac. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Template')
-rw-r--r--Template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Template b/Template
index 7144981..0847cdb 100644
--- a/Template
+++ b/Template
@@ -4,7 +4,7 @@ define TOOL_templ
$(1) $(1)%: CFLAGS += $$($(1)-eflags)
$(1)_prehook:
$(Q)echo "$(bold)$(WHAT) $(1):$(normal)"
- $(1): $(1)_prehook $$($(1)-lex) $$($(1)-yaac) $$(patsubst %.o,$(1)/%.o,$$($(1)-objs))
+ $(1): $(1)_prehook $$($(1)-lex) $$($(1)-yacc) $$(patsubst %.o,$(1)/%.o,$$($(1)-objs))
$(1)_clean: $(1)_clean_custom
$(Q)$$(call RM,$(1)/*.o $(1)/$(1) $(1)/*.gz)
$(1)_do_install: