Browse Source

Take precautions against an already existing march.

keie 39 years ago
parent
commit
a097d3ae3c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util/shf/Makefile

+ 1 - 0
util/shf/Makefile

@@ -1,6 +1,7 @@
 # $Header$
 
 install:
+	-rm -f ../../bin/march
 	cp march.sh ../../bin/march
 
 clean: