Do not erase local files on uninstall if install dir does not exist.
This commit is contained in:
parent
7f3418fba0
commit
f97576b68d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue