diff --git a/build/win32/makefile b/build/win32/makefile
index 6328ca9..92d1b74 100644
--- a/build/win32/makefile
+++ b/build/win32/makefile
@@ -211,7 +211,7 @@
 copy_xml:

 	@copy $(SANDESHASRC)\config\module.xml $(SANDESHADISTDIR)\modules\sandesha2\module.xml

 	@copy $(SANDESHASRC)\config\sqlite_schema.bat $(SANDESHADISTDIR)\config\ 

-	@copy $(SANDESHASRC)\samples\policy\*.xml $(SANDESHADISTDIR)\samples\bin\sandesha2\policy\ 

+	if exist $(SANDESHASRC)\samples\policy @copy $(SANDESHASRC)\samples\policy\*.xml $(SANDESHADISTDIR)\samples\bin\sandesha2\policy\ 

 	

 

 ### Sandesha2 Client