fix typo

Gregory M. Turner gmturner007 at ameritech.net
Fri Apr 16 13:13:11 CDT 2004


ChangeLog:

* tools/winegcc: Makefile.in:
  Greg Turner <gmturner007 at ameritech.net>
- fix typo

--
Index: tools/winegcc/Makefile.in
===================================================================
RCS file: /home/wine/wine/tools/winegcc/Makefile.in,v
retrieving revision 1.10
diff -u -r1.10 Makefile.in
--- tools/winegcc/Makefile.in	25 Mar 2004 00:13:21 -0000	1.10
+++ tools/winegcc/Makefile.in	16 Apr 2004 17:56:08 -0000
@@ -35,6 +35,6 @@
 	cd $(bindir) && $(RM) winecpp$(EXEEXT) && $(LN_S) winegcc$(EXEEXT) winecpp$(EXEEXT)
 
 uninstall::
-	$(RM) $(bindir)/winegcc$(EXEEXT) $(bindir)/wineg++y$(EXEEXT) $(bindir)/winecpp$(EXEEXT)
+	$(RM) $(bindir)/winegcc$(EXEEXT) $(bindir)/wineg++$(EXEEXT) $(bindir)/winecpp$(EXEEXT)
 
 ### Dependencies:
--
gmt



More information about the wine-patches mailing list