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)
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

index 95087a5..946e1c2 100644 (file)
@@ -360,8 +360,8 @@ CLEAN_LOCAL += ovsext_clean
 ovsext_clean: datapath-windows/ovsext.sln
        MSBuild.exe datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win8$(VSTUDIO_CONFIG)"
        MSBuild.exe datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win8.1$(VSTUDIO_CONFIG)"
-.PHONY: ovsext_make
 endif
+.PHONY: ovsext_make
 
 dist-hook: $(DIST_HOOKS)
 all-local: $(ALL_LOCAL)