From: wessels <> Date: Thu, 30 Oct 1997 00:47:40 +0000 (+0000) Subject: use $PERL instead of perl X-Git-Tag: SQUID_3_0_PRE1~4636 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6380add46d19e8a9b43c2e1e51bb0877de1e481;p=thirdparty%2Fsquid.git use $PERL instead of perl --- 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)