blob: 8feb39c4eda118d493d965e4457f11f48c0be906 (
plain) (
tree)
|
|
*** Makefile.bak Sat Jun 8 20:42:14 1996
--- Makefile Sat Sep 14 04:07:01 1996
***************
*** 32,40 ****
# Select or change one of the following perl interpreters:
! PERL=/usr/local/bin/perl
#PERL=/usr/local/ucb/perl
! #PERL=/usr/bin/perl
#PERL=/usr/ucb/perl
#PERL=/bin/perl
#PERL=$(HOME)/bin/perl
--- 32,40 ----
# Select or change one of the following perl interpreters:
! #PERL=/usr/local/bin/perl
#PERL=/usr/local/ucb/perl
! PERL=/usr/bin/perl
#PERL=/usr/ucb/perl
#PERL=/bin/perl
#PERL=$(HOME)/bin/perl
***************
*** 43,56 ****
# Select or change one of the following WebCopy destination:
! DESTINATION=webcopy.test
#DESTINATION=/usr/local/bin/webcopy
#DESTINATION=/usr/local/ucb/webcopy
#DESTINATION=/usr/bin/webcopy
#DESTINATION=/usr/ucb/webcopy
#DESTINATION=/bin/webcopy
#DESTINATION=$(HOME)/bin/webcopy
! #DESTINATION=
# Select default perl interpreter version:
--- 43,56 ----
# Select or change one of the following WebCopy destination:
! #DESTINATION=webcopy.test
#DESTINATION=/usr/local/bin/webcopy
#DESTINATION=/usr/local/ucb/webcopy
#DESTINATION=/usr/bin/webcopy
#DESTINATION=/usr/ucb/webcopy
#DESTINATION=/bin/webcopy
#DESTINATION=$(HOME)/bin/webcopy
! DESTINATION=$(PREFIX)/bin/webcopy
# Select default perl interpreter version:
|