Commit 93f77f46 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 4981b5b4
......@@ -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
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