blob: 061e0f75377675315648d681c530500e40dbbdd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Mon Mar 22 18:42:40 1999
+++ Makefile Mon Mar 22 18:42:48 1999
@@ -8,7 +8,7 @@
# You need to change the following line to the full pathname
# of your perl interpreter
-PERLBIN = /usr/local/bin/perl
+PERLBIN = $(PERL5)
# and here are a some commands that may be system-dependent
|