Correct removing wineg++ link on an uninstall.

This commit is contained in:
Paul Vriens 2004-04-16 23:29:30 +00:00 committed by Alexandre Julliard
parent dfcfc98ed0
commit 8bed3a7b3f
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ install:: $(PROGRAMS)
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: