From 57115f49cc29c0e3163ca909748fbcd73cc0f78f Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 1 Jan 1985 21:32:02 +0000 Subject: [PATCH] Take precautions against an already existing march. --- util/shf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/util/shf/Makefile b/util/shf/Makefile index dd7da1775..813a5effb 100644 --- a/util/shf/Makefile +++ b/util/shf/Makefile @@ -1,6 +1,7 @@ # $Header$ install: + -rm -f ../../bin/march cp march.sh ../../bin/march clean: -- 2.34.1