diff options
Diffstat (limited to 'japanese/grep/files/patch-ab')
-rw-r--r-- | japanese/grep/files/patch-ab | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/japanese/grep/files/patch-ab b/japanese/grep/files/patch-ab deleted file mode 100644 index a04525bfda45..000000000000 --- a/japanese/grep/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- grep-2.0/Makefile.in.orig Tue Apr 4 02:25:58 1995 -+++ grep-2.0/Makefile.in Tue Apr 4 02:27:57 1995 -@@ -74,7 +74,7 @@ - manext=1 - - # How to make a hard link. --LN=ln -+LN=ln -s - - #### End of system configuration section. #### - -@@ -97,10 +97,11 @@ - install: all - $(INSTALL_PROGRAM) grep $(bindir)/$(binprefix)grep - rm -f $(bindir)/$(binprefix)egrep -- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)egrep -+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)egrep - rm -f $(bindir)/$(binprefix)fgrep -- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)fgrep -+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)fgrep - $(INSTALL_DATA) $(srcdir)/grep.man $(mandir)/grep.$(manext) -+ gzip -9nf $(mandir)/grep.$(manext) - - check: - AWK=$(AWK) sh $(srcdir)/tests/check.sh $(srcdir)/tests |