Makefile: Mark non-file targets as .PHONY.
authorYin Lin <linyi@vmware.com>
Wed, 23 Dec 2015 21:18:29 +0000 (13:18 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 23 Dec 2015 22:01:08 +0000 (14:01 -0800)
commitc9172561dff7b223660470bb16deb1acb2056c64
tree17f822df68a20e16c0cef0179269a699ba533069
parent039abf8df31d51576a33dd974c4f73889ce144ab
Makefile: Mark non-file targets as .PHONY.

Some lately added targets (ovsext_make and thread-safety-check) are not
files but were not marked as .PHONY. This causes them to be rebuilt
unnecessarily during "make check" and "make install" process.

Signed-off-by: Yin Lin <linyi@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
AUTHORS
Makefile.am