Fix native virt-ctrl on Windows.
[virt-top.git] / Makefile.in
old mode 100755 (executable)
new mode 100644 (file)
index 3d3f561..53a6829
@@ -39,7 +39,7 @@ clean:
        done
        rm -f examples/list_domains
        rm -f mlvirsh/mlvirsh
-       rm -f mlvirtmanager/mlvirtmanager
+       rm -f virt-ctrl/virt-ctrl
        rm -f virt-top/virt-top
        rm -f virt-df/virt-df
 
@@ -52,7 +52,7 @@ distclean: clean
        rm -f libvirt/Makefile
        rm -f examples/Makefile
        rm -f mlvirsh/Makefile
-       rm -f mlvirtmanager/Makefile
+       rm -f virt-ctrl/Makefile
        rm -f virt-top/Makefile
        rm -f virt-df/Makefile
 
@@ -72,10 +72,10 @@ endif
 ifneq ($(MAKENSIS),)
 wininstaller: $(PACKAGE)-$(VERSION).exe
 
-$(PACKAGE)-$(VERSION).exe: wininstaller.nsis all opt
+$(PACKAGE)-$(VERSION).exe: wininstaller.nsis all opt
        "$(MAKENSIS)" \
          //DPACKAGE=$(PACKAGE) //DVERSION=$(VERSION) \
-         //DOUTFILE=$@ //V2 $<
+         //DOUTFILE=$@ $<
        ls -l $@
 endif