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

Alexandre Julliard julliard at winehq.org
Fri Sep 6 12:39:52 CDT 2013


Module: wine
Branch: master
Commit: 93f77f461a469dea8d6233be5bca2d90b1667629
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=93f77f461a469dea8d6233be5bca2d90b1667629

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep  6 14:31:52 2013 +0200

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

---

 loader/Makefile.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/loader/Makefile.in b/loader/Makefile.in
index a7ab893..a7859b2 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -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




More information about the wine-cvs mailing list