mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Fixed typo. Thanks, Reid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -33,7 +33,7 @@ GenLibDeps = $(PROJ_SRC_ROOT)/utils/GenLibDeps.pl
|
|||||||
|
|
||||||
$(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
|
$(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
|
||||||
$(Echo) "Regenerating LibDeps.txt"
|
$(Echo) "Regenerating LibDeps.txt"
|
||||||
$(Verb) $(GenLibDeps) -flat $(LibDir) $(NM_PATH)
|
$(Verb) $(GenLibDeps) -flat $(LibDir) $(NM_PATH) > $(LibDeps)
|
||||||
|
|
||||||
# Find all the cyclic dependencies between various LLVM libraries, so we
|
# Find all the cyclic dependencies between various LLVM libraries, so we
|
||||||
# don't have to process them at runtime.
|
# don't have to process them at runtime.
|
||||||
|
Reference in New Issue
Block a user