summaryrefslogtreecommitdiff
path: root/lib/server
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/server
parent9cbf4791fc4cbf3e0cfe375b285ea998fae2536d (diff)
Run Perl scripts quietly during make.
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/Makefile.extra4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/server/Makefile.extra b/lib/server/Makefile.extra
index 33fac0a1..7fc6baf9 100644
--- a/lib/server/Makefile.extra
+++ b/lib/server/Makefile.extra
@@ -3,9 +3,9 @@ MAKEEXCEPTION = ../../lib/common/makeexception.pl
# AUTOGEN SEEDING
autogen_ServerException.h autogen_ServerException.cpp: $(MAKEEXCEPTION) ServerException.txt
- $(PERL) $(MAKEEXCEPTION) ServerException.txt
+ $(_PERL) $(MAKEEXCEPTION) ServerException.txt
# AUTOGEN SEEDING
autogen_ConnectionException.h autogen_ConnectionException.cpp: $(MAKEEXCEPTION) ConnectionException.txt
- $(PERL) $(MAKEEXCEPTION) ConnectionException.txt
+ $(_PERL) $(MAKEEXCEPTION) ConnectionException.txt