From 03225a337e0c9e1166f7d0b80fbff1978a62a32f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 13 Jun 1997 08:53:00 +0000 Subject: [PATCH] removed unused unistall target --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 577d5a0354..4f2c6ad9a5 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,3 @@ built_release: @echo TOP: Creating Fully Built Release... @./MakeRelease -b $(INSTALL_LOCATION) -uninstall:: - @DIR1=`pwd`;cd $(INSTALL_LOCATION);DIR2=`pwd`;cd $$DIR1;\ - if [ "$$DIR1" != "$$DIR2" ]; then $(RMDIR) $(INSTALL_LOCATION)/config; fi -