From b88b08c2f138f601c50bacc7cb97107b756dc428 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 26 Feb 2002 00:41:30 +0000 Subject: [PATCH] Fixed make uninstall. --- include/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/Makefile.in b/include/Makefile.in index 7211eeedf48..eae7feef2da 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -216,7 +216,6 @@ install:: # 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: