diff --git a/log/Makefile b/log/Makefile
index 158b3e6657744bf4108f579cd036a7dde361f1e3..9d5322d95dff8cf1c5158b2b9d02182da43d2b05 100644
--- a/log/Makefile
+++ b/log/Makefile
@@ -98,7 +98,6 @@ install: all
 	-rm -f $(BINDIR)/analog
 	-(cd $(BINDIR); ln -s diglog analog)
 	cp $(TARGET_DIR)/loged $(BINDIR)/loged
-	cp $(TOOLS_DIR)/fixfet7 $(BINDIR)/fixfet7
 
 clean:
 	rm -rf $(TARGET_DIR)/*
@@ -147,7 +146,6 @@ distrib:
 	mkdir dist/src
 	mkdir dist/src/ana
 	cp log.cnf log.gate COPYING LNOTES dist/src
-	cp munch* $(TOOLS_DIR)/fixfet7 dist/src
 	cp munch.default  dist/src/munch
 	cp simdir.os2 tooldir.os2 dist/src
 	sed -e "s;5.66;$(VERSION);" Makefile > dist/src/Makefile
diff --git a/log/tools/fixfet7 b/log/tools/fixfet7
deleted file mode 100755
index 6e4891677fe2074aab88151d94468dbea3bf807f..0000000000000000000000000000000000000000
--- a/log/tools/fixfet7
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/csh -b 
-cp $1 old$1
-sed -e s/FET7/SPC1/ < old$1 > $1
-