Commit 9afea97a authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed mingwrap install command.

parent ba2f2acc
......@@ -52,7 +52,7 @@ mingwrap: mingwrap.o
install::
$(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
$(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
$(INSTALL_SCRIPT) $(SRCDIR)/mingwrap $(bindir)/mingwrap
$(INSTALL_PROGRAM) mingwrap $(bindir)/mingwrap
$(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
uninstall::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment