mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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:
1
THANKS
1
THANKS
@@ -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
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user