]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
use $PERL instead of perl
authorwessels <>
Thu, 30 Oct 1997 00:47:40 +0000 (00:47 +0000)
committerwessels <>
Thu, 30 Oct 1997 00:47:40 +0000 (00:47 +0000)
src/Makefile.in

index ec2342b351f73500a94557194087d07cdb85b636..1a24adb68be1e15338c19f3a8908c4d9836ab40c 100644 (file)
@@ -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)