Makefiles: Use $(PHONY) instead of .PHONY.
[pspp] / po / automake.mk
index 6f918602a8946768e1d8bb6262c350123f64f33a..1d25f1694800b78971b3ee7f92b32a337ca900f3 100644 (file)
@@ -125,7 +125,7 @@ CLEAN_LOCAL += po_CLEAN
 # Download the po files from http://translationproject.org
 # The final action to this rule is to remove the .pot file.  This
 # is because the po files must be re-merged against an updated version of it.
-.PHONY: po-update
+PHONY += po-update
 po-update: $(POFILES)
        for p in $^; do \
                wget --recursive --level=1 --accept=po --no-directories --no-use-server-timestamps \