commit | b88b08c2f138f601c50bacc7cb97107b756dc428 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Feb 26 00:41:30 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 26 00:41:30 2002 +0000 |
tree | f8c0ad599b03869d0eb9324086c2905257c5fa5a | |
parent | c36e7b8937e4dc3a91d70c3b831f2b38566f90eb [diff] |
Fixed make uninstall.
diff --git a/include/Makefile.in b/include/Makefile.in index 7211eee..eae7fee 100644 --- a/include/Makefile.in +++ b/include/Makefile.in
@@ -216,7 +216,6 @@ # anything extra the user may have put there. uninstall:: cd $(includedir) && $(RM) $(INSTALLED_INCLUDES) - -rmdir $(includedir)/wine/msvcrt/sys $(includedir)/wine/msvcrt - -rmdir $(includedir)/wine $(includedir) + -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/wine $(includedir) ### Dependencies: