summaryrefslogtreecommitdiff
path: root/lib/httpserver
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-01-24 14:24:24 +0000
committerChris Wilson <chris+github@qwirx.com>2010-01-24 14:24:24 +0000
commit39f209f9edc67332a284f46ecee8f7c27f606245 (patch)
treeafcd74afc9049949c620e8c39c21d8653ee30d15 /lib/httpserver
parent9cbf4791fc4cbf3e0cfe375b285ea998fae2536d (diff)
Run Perl scripts quietly during make.
Diffstat (limited to 'lib/httpserver')
-rw-r--r--lib/httpserver/Makefile.extra2
1 files changed, 1 insertions, 1 deletions
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