Do not erase local files on uninstall if install dir does not exist.

This commit is contained in:
Alexandre Julliard 2000-03-25 17:31:03 +00:00
parent 7f3418fba0
commit f97576b68d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install::
# Don't just do a rm -rf on $(includedir) -- don't want to wipe out
# anything extra the user may have put there.
uninstall::
cd $(includedir); $(RM) $(INSTALLED_INCLUDES)
cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
-rmdir $(includedir)
### Dependencies: