summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-11-07 21:51:27 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-11-07 21:51:27 +0100
commit7efe0b5da3a1863f05f8a3dc67a0daf224ffa047 (patch)
treed3a786fcc4b5ac184b508776d2682ca571d96a09 /examples
parent351e3630bbf759e18adf756c54abc89275805111 (diff)
downloadbison-7efe0b5da3a1863f05f8a3dc67a0daf224ffa047.tar.gz
build: fix typo
Reported by Horst Von Brand. https://savannah.gnu.org/support/?109580 * examples/local.mk (.PHOMY): Rename as... (.PHONY): this.
Diffstat (limited to 'examples')
-rw-r--r--examples/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/local.mk b/examples/local.mk
index 738293d6..6db28dce 100644
--- a/examples/local.mk
+++ b/examples/local.mk
@@ -56,7 +56,7 @@ EXTRA_DIST += %D%/extracted.stamp
# that regular users have readable examples even before installing
# Bison.
dist-hook: examples-unline
-.PHOMY: examples-unline
+.PHONY: examples-unline
examples-unline:
for e in $(extracted); \
do \