loader: Fix the clean target to delete the generated wine_info.plist file.

This commit is contained in:
Francois Gouget 2013-09-06 14:31:52 +02:00 committed by Alexandre Julliard
parent 4981b5b446
commit 93f77f461a
1 changed files with 3 additions and 0 deletions

View File

@ -66,3 +66,6 @@ uninstall::
$(RM) $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
$(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
$(RM) $(DESTDIR)$(mandir)/pl.UTF-8/man$(prog_manext)/wine.$(prog_manext)
clean::
$(RM) wine_info.plist