diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-29 11:42:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-29 11:42:32 +0000 |
commit | 7ed77ab1fd7387c3f5a02dd97808d515bd08796c (patch) | |
tree | 95c7869f408a993be906460c9e38b0198447fc29 /shells/bash1/files/patch-aa | |
parent | Remove vim4. (diff) |
Delete the bash 1.17 port. It served us well as we transitioned to bash
version 2.
Notes
Notes:
svn path=/head/; revision=17433
Diffstat (limited to 'shells/bash1/files/patch-aa')
-rw-r--r-- | shells/bash1/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/bash1/files/patch-aa b/shells/bash1/files/patch-aa deleted file mode 100644 index 44de65ec4a75..000000000000 --- a/shells/bash1/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Sun Jun 11 11:41:48 1995 -+++ Makefile Wed Aug 13 00:41:35 1997 -@@ -10,7 +10,7 @@ - # If you haven't read README, now might be a good time. - - # Include some boilerplate Gnu makefile definitions. --prefix = /usr/local -+prefix = $(PREFIX) - exec_prefix = $(prefix) - bindir = $(exec_prefix)/bin - srcdir = . |