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 <[email protected]>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 95087a5..946e1c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)
--
2.1.3
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev