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

1
THANKS
View File

@@ -69,6 +69,7 @@ Goran Uddeborg goeran@uddeborg.se
Guido Trentalancia trentalg@aston.ac.uk Guido Trentalancia trentalg@aston.ac.uk
H. Merijn Brand h.m.brand@hccnet.nl H. Merijn Brand h.m.brand@hccnet.nl
Hans Åberg haberg-1@telia.com Hans Åberg haberg-1@telia.com
Horst Von Brand vonbrand@inf.utfsm.cl
Jan Nieuwenhuizen janneke@gnu.org Jan Nieuwenhuizen janneke@gnu.org
Jannick thirdedition@gmx.net Jannick thirdedition@gmx.net
Jerry Quinn jlquinn@optonline.net Jerry Quinn jlquinn@optonline.net

View File

@@ -56,7 +56,7 @@ EXTRA_DIST += %D%/extracted.stamp
# that regular users have readable examples even before installing # that regular users have readable examples even before installing
# Bison. # Bison.
dist-hook: examples-unline dist-hook: examples-unline
.PHOMY: examples-unline .PHONY: examples-unline
examples-unline: examples-unline:
for e in $(extracted); \ for e in $(extracted); \
do \ do \