Makefiles: Use $(PHONY) instead of .PHONY.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Sep 2020 22:08:33 +0000 (15:08 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Sep 2020 22:08:33 +0000 (15:08 -0700)
commit33cdbdf7e095370cf04240eed21344205a487191
treecb470338a7eabd90fba7c719c648c0d5aebbefaf
parent31d82a2be4506259512ee4ed075eadb76750139f
Makefiles: Use $(PHONY) instead of .PHONY.

Avoids a warning from Automake in Smake:

src/ui/gui/automake.mk:463: warning: .PHONY was already defined in condition TRUE, which includes condition HAVE_GUI ...
Makefile.am:91:   'src/automake.mk' included from here
src/automake.mk:55:   'src/ui/automake.mk' included from here
src/ui/automake.mk:21:   'src/ui/gui/automake.mk' included from here
po/automake.mk:128: ... '.PHONY' previously defined here
Makefile.am:87:   'po/automake.mk' included from here
Makefile.am
doc/automake.mk
po/automake.mk
src/ui/gui/automake.mk