From 98b98f4fed18aeea7386f19eacd9cf8218cc3c7e Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 17 Oct 2000 19:17:56 +0000 Subject: [PATCH] fixed misspellingin in PERL path value --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 65ff3d2..4930194 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -# $Id: config.mk,v 1.2 2000/10/17 02:43:57 sljohnson Exp $ +# $Id: config.mk,v 1.3 2000/10/17 19:17:56 sljohnson Exp $ # # Test include for ./Makefile # Rename this "config.mk" for testing. @@ -8,7 +8,7 @@ SYSTEM=solaris #---- Modifiable Variables from Build Script ------------------ -PERL=/usr/in/perl +PERL=/usr/bin/perl PREFIX=/usr/local/spong-test BINDIR=$(PREFIX)/bin -- 2.30.2