summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-01-28 15:50:38 +0100
committerJean Delvare <jdelvare@suse.de>2012-01-28 15:50:38 +0100
commit6ad7c04eb49998e946e619122f27bd9a774fcac1 (patch)
treeb1225b72fc73a8efc75a5ac792f74a1b7f694900 /Makefile.in
parentbf559171d647975c19564072e8b6167c9e44144c (diff)
downloadquilt-6ad7c04eb49998e946e619122f27bd9a774fcac1.tar.gz
Remove parse-patch which is no longer used
Based on a preliminary patch by Yasushi SHOJI. None of quilt code uses parse-patch anymore. The last one, it seems, was contrib/import.diff, which was removed at 2f9728a9. So, just remove it.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ba731f0..d2155df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,7 +84,7 @@ QUILT := $(QUILT_IN)
SRC += $(QUILT_SRC:%=quilt/%)
DIRT += $(QUILT_IN:%=quilt/%)
-SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
+SCRIPTS_IN := patchfns inspect dependency-graph edmail \
remove-trailing-ws
SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)