[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / bin

Diff for /OpenXM/bin/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2000/01/09 20:24:46 version 1.3, 2000/01/09 20:27:28
Line 1 
Line 1 
 # $OpenXM: OpenXM/bin/Makefile,v 1.1 2000/01/09 20:19:39 maekawa Exp $  # $OpenXM: OpenXM/bin/Makefile,v 1.2 2000/01/09 20:24:46 maekawa Exp $
   
 LIBDIR=../lib  LIBDIR=../lib
   
 configure:  configure:
         @if [ -f lin_phcv2p.gz.uuencoded ]; then \          @if [ -f lin_phcv2p.gz.uuencoded ]; then \
                 uudecode -p lin_phcv2p.gz.uuencoded | gzip -d ; \                  uudecode -p lin_phcv2p.gz.uuencoded | gzip -dc > lin_phcv2p ; \
                 chmod +x lin_phcv2p ; \                  chmod +x lin_phcv2p ; \
         fi          fi
   
         @if [ -f fep.linux.gz.uuencoded ]; then \          @if [ -f fep.linux.gz.uuencoded ]; then \
                 uudecode -p fep.linux.gz.uuencoded | gzip -d ; \                  uudecode -p fep.linux.gz.uuencoded | gzip -dc > fep.linux ; \
                 chmod +x fep.linux ; \                  chmod +x fep.linux ; \
         fi          fi
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>