From b6380add46d19e8a9b43c2e1e51bb0877de1e481 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 30 Oct 1997 00:47:40 +0000 Subject: [PATCH] use $PERL instead of perl --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index ec2342b351..1a24adb68b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.88 1997/10/29 05:01:10 wessels Exp $ +# $Id: Makefile.in,v 1.89 1997/10/29 17:47:40 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -147,7 +147,7 @@ globals.o: globals.c Makefile $(CC) -c $< $(CFLAGS) $(DEFAULTS) globals.c: globals.h mk-globals-c.pl - perl mk-globals-c.pl < globals.h > $@ + $(PERL) mk-globals-c.pl < globals.h > $@ client: client.o $(CC) -o $@ $(LDFLAGS) $@.o $(CLIENT_LIBS) -- 2.47.2