/[grep]/grep/src/Makefile.am
ViewVC logotype

Diff of /grep/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by kasal, Tue Nov 23 12:49:36 2004 UTC revision 1.33 by charles_levert, Thu Jun 23 00:55:58 2005 UTC
# Line 23  OPTION_for_egrep = -E Line 23  OPTION_for_egrep = -E
23  OPTION_for_fgrep = -F  OPTION_for_fgrep = -F
24    
25  egrep fgrep: Makefile  egrep fgrep: Makefile
26          (echo '#!/bin/sh'; \          (echo '#! /bin/sh'; \
27          echo 'case $$0 in' ; \          echo 'case $$0 in' ; \
28          echo '  */*) dir=$${0%/*}/ ;;' ; \          echo '  */*) dir=$${0%/*}/ ;;' ; \
29          echo '  *) dir="" ;;' ; \          echo '  *) dir="" ;;' ; \

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26