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

Francois Gouget fgouget at free.fr
Fri Sep 6 07:31:52 CDT 2013


---

Note that despite its extension, wine_info.plist.in is not being 
processed by the configure script. I'm not sure why actually.
But as things stand, it's generated by loader/Makefile.in so its clean 
should delete it.

 loader/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
1.8.4.rc3



More information about the wine-patches mailing list