diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-21 15:53:18 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-21 15:53:18 +0000 |
| commit | fd3085bc3ff9ff378e480d723cbe1dd858b59666 (patch) | |
| tree | 457f413b10681ae5d5ae7568773162bcfc6ee61b /llvm | |
| parent | 71e123229c307252e2c614e0720e3041af804f70 (diff) | |
| download | bcm5719-llvm-fd3085bc3ff9ff378e480d723cbe1dd858b59666.tar.gz bcm5719-llvm-fd3085bc3ff9ff378e480d723cbe1dd858b59666.zip | |
Run GenLibDeps.pl with the configured PERL path to handle different install
locations for Perl on different systems.
llvm-svn: 33424
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/llvm-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config/Makefile b/llvm/tools/llvm-config/Makefile index d885c163929..855a4aed64a 100644 --- a/llvm/tools/llvm-config/Makefile +++ b/llvm/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) $< $@ && \ |

