Fix .PHONY Make targets

GNU Make only respects the en-us spelling.
This commit is contained in:
Benjamin Gilbert 2012-10-21 14:18:49 -04:00
parent abf7274754
commit fda377f5c7
3 changed files with 2 additions and 4 deletions

View File

@ -39,7 +39,7 @@ $(PDF): $(SRC)
pdflatex vipsmanual.tex
pdflatex vipsmanual.tex
.PHONEY: html
.PHONY: html
html:
-rm -rf vipsmanual
mkdir vipsmanual
@ -48,7 +48,7 @@ html:
-rm vipsmanual/figs/*.svg
-rm vipsmanual/*.png
.PHONEY: clean
.PHONY: clean
clean:
-rm -f *.4ct
-rm -f *.4tc

View File

@ -24,7 +24,6 @@ libvipsCC_la_LIBADD = \
# swap the 'awk' line for this:
# awk '{if($$1!="deprecated") print $$1}'` ; \
# to not generate the wrappers for deprecated functions
.PHONEY:
vipsc++.cc:
packages=`vips list packages | \
awk '{print $$1}'` ; \

View File

@ -10,7 +10,6 @@ pkginclude_HEADERS = \
# swap the 'awk' line for this:
# awk '{if($$1!="deprecated") print $$1}'` ; \
# to not generate the wrappers for deprecated functions
.PHONEY:
vipsc++.h:
packages=`vips list packages | \
awk '{print $$1}'` ; \