summaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-21 15:53:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-21 15:53:18 +0000
commit5c4db8af71abf3220aa9e961b40a048ab6abd4e0 (patch)
tree85ad173dfd721d9fac3abc09dcaa402e4c84d6d6 /tools/llvm-config/Makefile
parent66bb5b5db6ff03f8531bedef79d4fb2e1548f593 (diff)
downloadllvm-5c4db8af71abf3220aa9e961b40a048ab6abd4e0.tar.gz
llvm-5c4db8af71abf3220aa9e961b40a048ab6abd4e0.tar.bz2
llvm-5c4db8af71abf3220aa9e961b40a048ab6abd4e0.tar.xz
Run GenLibDeps.pl with the configured PERL path to handle different install
locations for Perl on different systems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config/Makefile')
-rw-r--r--tools/llvm-config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile
index d885c16392..855a4aed64 100644
--- a/tools/llvm-config/Makefile
+++ b/tools/llvm-config/Makefile
@@ -35,7 +35,7 @@ GenLibDeps = $(PROJ_SRC_ROOT)/utils/GenLibDeps.pl
$(LibDepsTemp): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
$(Echo) "Regenerating LibDeps.txt.tmp"
- $(Verb) $(GenLibDeps) -flat $(LibDir) $(NM_PATH) > $(LibDepsTemp)
+ $(Verb) $(PERL) $(GenLibDeps) -flat $(LibDir) $(NM_PATH) > $(LibDepsTemp)
$(LibDeps): $(LibDepsTemp)
$(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \