Fixed mingwrap install command.

This commit is contained in:
Alexandre Julliard 2002-12-06 23:22:39 +00:00
parent ba2f2acc86
commit 9afea97a0f
1 changed files with 1 additions and 1 deletions

View File

@ -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::