From 39f209f9edc67332a284f46ecee8f7c27f606245 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 24 Jan 2010 14:24:24 +0000 Subject: Run Perl scripts quietly during make. --- lib/httpserver/Makefile.extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/httpserver') diff --git a/lib/httpserver/Makefile.extra b/lib/httpserver/Makefile.extra index f0ca62be..ef47f398 100644 --- a/lib/httpserver/Makefile.extra +++ b/lib/httpserver/Makefile.extra @@ -3,5 +3,5 @@ MAKEEXCEPTION = ../../lib/common/makeexception.pl # AUTOGEN SEEDING autogen_HTTPException.h autogen_HTTPException.cpp: $(MAKEEXCEPTION) HTTPException.txt - perl $(MAKEEXCEPTION) HTTPException.txt + $(_PERL) $(MAKEEXCEPTION) HTTPException.txt -- cgit v1.2.3