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

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

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

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

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