Fixed make uninstall.
This commit is contained in:
parent
c36e7b8937
commit
b88b08c2f1
|
@ -216,7 +216,6 @@ install::
|
||||||
# anything extra the user may have put there.
|
# anything extra the user may have put there.
|
||||||
uninstall::
|
uninstall::
|
||||||
cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
|
cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
|
||||||
-rmdir $(includedir)/wine/msvcrt/sys $(includedir)/wine/msvcrt
|
-rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/wine $(includedir)
|
||||||
-rmdir $(includedir)/wine $(includedir)
|
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
|
Loading…
Reference in New Issue