summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash/files/bash-3.0-parallel.patch')
-rw-r--r--app-shells/bash/files/bash-3.0-parallel.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-shells/bash/files/bash-3.0-parallel.patch b/app-shells/bash/files/bash-3.0-parallel.patch
deleted file mode 100644
index 9ca8236..0000000
--- a/app-shells/bash/files/bash-3.0-parallel.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- bash-3.0/lib/readline/Makefile.in.old 2003-12-10 12:01:39.000000000 -0500
-+++ bash-3.0/lib/readline/Makefile.in 2005-06-27 17:43:57.859826148 -0400
-@@ -115,7 +115,9 @@
-
- ##########################################################################
-
--all: libreadline.a libhistory.a
-+all:
-+ $(MAKE) libreadline.a
-+ $(MAKE) libhistory.a
-
- libreadline.a: $(OBJECTS)
- $(RM) $@