From 00119cd8e5778eac304a69dc98543f3bf81f4669 Mon Sep 17 00:00:00 2001 From: Etienne Brateau <etienne.brateau@ensiie.fr> Date: Mon, 17 Dec 2018 23:38:38 +0100 Subject: [PATCH] Remove unused fixfet7 --- log/Makefile | 2 -- log/tools/fixfet7 | 4 ---- 2 files changed, 6 deletions(-) delete mode 100755 log/tools/fixfet7 diff --git a/log/Makefile b/log/Makefile index 158b3e6..9d5322d 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 6e48916..0000000 --- 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 - -- GitLab