build: fix typo

Reported by Horst Von Brand.
https://savannah.gnu.org/support/?109580

* examples/local.mk (.PHOMY): Rename as...
(.PHONY): this.
This commit is contained in:
Akim Demaille
2018-11-07 21:51:27 +01:00
parent 351e3630bb
commit 7efe0b5da3
2 changed files with 2 additions and 1 deletions

View File

@@ -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 \