From fda377f5c74b392b9e15a465d9bb039d21c5ef2b Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 21 Oct 2012 14:18:49 -0400 Subject: [PATCH] Fix .PHONY Make targets GNU Make only respects the en-us spelling. --- doc/src/Makefile | 4 ++-- libvipsCC/Makefile.am | 1 - libvipsCC/include/vips/Makefile.am | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/Makefile b/doc/src/Makefile index db51c644..ef93c8b6 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -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 diff --git a/libvipsCC/Makefile.am b/libvipsCC/Makefile.am index 026c4f07..fbfc0f9a 100644 --- a/libvipsCC/Makefile.am +++ b/libvipsCC/Makefile.am @@ -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}'` ; \ diff --git a/libvipsCC/include/vips/Makefile.am b/libvipsCC/include/vips/Makefile.am index c802070f..a37601e9 100644 --- a/libvipsCC/include/vips/Makefile.am +++ b/libvipsCC/include/vips/Makefile.am @@ -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}'` ; \