Commit 8bed3a7b authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

Correct removing wineg++ link on an uninstall.

parent dfcfc98e
......@@ -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:
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