summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-11-15 22:43:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-11-15 22:43:19 +0000
commit3277df52256cfb00d32580fa8519fa2a428a9a92 (patch)
tree081f89ab7a697cf462dd2d393acd50f22619c852 /Makefile.in
parentacf7a65fb03114102d1d46302d9d221a3acd0c5a (diff)
downloadquilt-3277df52256cfb00d32580fa8519fa2a428a9a92.tar.gz
- Get rid of the apatch and rpatch helper scripts: Integrate them
in the push and pop commands. This should bring a small performance improvement.
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 51ad0e9..06ba25b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -64,7 +64,7 @@ QUILT := $(QUILT_IN)
SRC += $(QUILT_SRC:%=quilt/%)
DIRT += $(QUILT_IN:%=quilt/%)
-SCRIPTS_IN := apatch rpatch patchfns parse-patch inspect dependency-graph
+SCRIPTS_IN := patchfns parse-patch inspect dependency-graph
SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
SCRIPTS := $(SCRIPTS_IN)
SRC += $(SCRIPTS_SRC:%=scripts/%)