summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAlexey Lebedeff <alebedev@mirantis.com>2016-06-21 18:01:54 +0300
committerAlexey Lebedeff <alebedev@mirantis.com>2016-06-21 19:12:01 +0300
commit0e00f80fb74f8f449eacf237e84a698a5555e7bd (patch)
tree716d81b173c836a55c21aa04c007426b981b82c0 /make
parent9f9841eb7327c9fe73e84e197fd2965a97b639cf (diff)
downloaderlang-0e00f80fb74f8f449eacf237e84a698a5555e7bd.tar.gz
Use perl discovered by configure
Diffstat (limited to 'make')
-rwxr-xr-xmake/make_emakefile.in (renamed from make/make_emakefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make_emakefile b/make/make_emakefile.in
index 56440d9bf0..fbca77887a 100755
--- a/make/make_emakefile
+++ b/make/make_emakefile.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!@PERL@
# -*- cperl -*-
use strict;