mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-26 11:14:27 +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:
@@ -69,6 +69,7 @@ Goran Uddeborg [email protected]
|
|||||||
Guido Trentalancia [email protected]
|
Guido Trentalancia [email protected]
|
||||||
H. Merijn Brand [email protected]
|
H. Merijn Brand [email protected]
|
||||||
Hans Åberg [email protected]
|
Hans Åberg [email protected]
|
||||||
|
Horst Von Brand [email protected]
|
||||||
Jan Nieuwenhuizen [email protected]
|
Jan Nieuwenhuizen [email protected]
|
||||||
Jannick [email protected]
|
Jannick [email protected]
|
||||||
Jerry Quinn [email protected]
|
Jerry Quinn [email protected]
|
||||||
|
|||||||
+1
-1
@@ -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