summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2010-10-04 22:32:02 +0200
committerAndras Timar <timar@fsf.hu>2010-10-04 22:35:27 +0200
commit398ca3b097f8a15c21d333bbca19a4918cfbc1b2 (patch)
tree89f6b323039349d83ce73b3f3cb3c3189a5d0455 /Makefile.shared
parent2127cf12b3af9886a5549c9aeeff30ddb5e515c5 (diff)
Removed add_acor.py from the Makefile (obsoleted)
All autocorrection files have the symbols that this script added.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 7b06aaa82..b4efaa6a4 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -30,12 +30,6 @@ $(STAMP_DIR)/artwork.install : $(OOBUILDDIR)/unpack \
$(TOOLSDIR)/bin/install-artwork $(top_srcdir)/src $(OOBUILDDIR)
touch $@
-autocorr.apply: $(STAMP_DIR)/autocorr.apply
-$(STAMP_DIR)/autocorr.apply: $(OOBUILDDIR)/unpack \
- $(top_srcdir)/bin/add_acor.py $(top_srcdir)/src/acor.csv
- $(top_srcdir)/bin/add_acor.py $(OOBUILDDIR) $(top_srcdir)/src/acor.csv
- touch $@
-
patch.apply: $(OOBUILDDIR)/unpack $(STAMP_DIR)/refresh $(STAMP_DIR)/patch.apply
$(STAMP_DIR)/patch.apply : $(top_srcdir)/patches/apply.pl \
$(top_srcdir)/patches/*/*.diff \
@@ -117,7 +111,6 @@ $(STAMP_DIR)/build_prepared : $(OOBUILDDIR)/unpack \
$(STAMP_DIR)/refresh \
$(STAMP_DIR)/patch.apply \
$(STAMP_DIR)/artwork.install \
- $(STAMP_DIR)/autocorr.apply \
$(STAMP_DIR)/build.tools \
$(STAMP_DIR)/prebuild
touch $@