From 81c9a1f49d3efceef578aba5543d7071e6e2833c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 1 Mar 2019 04:15:01 +0000 Subject: [PATCH] make uninstall: Do not remove /usr/local/sbin Reported-by: Heiner Lesaar git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7998 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- usr/events/Makefile | 1 - usr/fileio/Makefile | 1 - usr/stpgd/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/usr/events/Makefile b/usr/events/Makefile index fa01f6b7f..2398b38bc 100644 --- a/usr/events/Makefile +++ b/usr/events/Makefile @@ -61,7 +61,6 @@ install: all uninstall: rm -f $(INSTALL_DIR)/$(PROGS) - rm -rf $(INSTALL_DIR) clean: rm -f *.o $(PROGS) .depend* diff --git a/usr/fileio/Makefile b/usr/fileio/Makefile index 6e311e249..9b5870e66 100644 --- a/usr/fileio/Makefile +++ b/usr/fileio/Makefile @@ -82,7 +82,6 @@ install: all uninstall: rm -f $(INSTALL_DIR)/$(PROGS) - rm -rf $(INSTALL_DIR) clean: rm -f *.o $(PROGS) .depend* diff --git a/usr/stpgd/Makefile b/usr/stpgd/Makefile index 9b4ab2054..f4aaaee04 100644 --- a/usr/stpgd/Makefile +++ b/usr/stpgd/Makefile @@ -65,7 +65,6 @@ install: all uninstall: rm -f $(INSTALL_DIR)/$(PROGS) - rm -rf $(INSTALL_DIR) clean: rm -f *.o $(PROGS) .depend*