Makefile.am: Fix Automake warning.
authorBen Pfaff <blp@ovn.org>
Wed, 23 Dec 2015 22:24:32 +0000 (14:24 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 23 Dec 2015 22:28:51 +0000 (14:28 -0800)
commitcefc655f3ed508becf18b5abcc4225262218e1cd
tree3532e20312befb699803917475b56107200d2192
parent2bd415ddd1c19c7c4640410e0353519e22c8d95e
Makefile.am: Fix Automake warning.

The warning is as follows:

  Makefile.am:363: warning: .PHONY was already defined in condition TRUE,
    which includes condition VSTUDIO_DDK ...
  Makefile.am:200: ... '.PHONY' previously defined here

Signed-off-by: Ben Pfaff <blp@ovn.org>
Makefile.am