make uninstall: Do not remove /usr/local/sbin

Reported-by: Heiner Lesaar <heiner.lesaar@googlemail.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7998 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-03-01 04:15:01 +00:00
parent d4a52e777e
commit 81c9a1f49d
3 changed files with 0 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ install: all
uninstall:
rm -f $(INSTALL_DIR)/$(PROGS)
rm -rf $(INSTALL_DIR)
clean:
rm -f *.o $(PROGS) .depend*

View File

@@ -82,7 +82,6 @@ install: all
uninstall:
rm -f $(INSTALL_DIR)/$(PROGS)
rm -rf $(INSTALL_DIR)
clean:
rm -f *.o $(PROGS) .depend*

View File

@@ -65,7 +65,6 @@ install: all
uninstall:
rm -f $(INSTALL_DIR)/$(PROGS)
rm -rf $(INSTALL_DIR)
clean:
rm -f *.o $(PROGS) .depend*