mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Add a dependency on the .dir file to make sure that the directory
is created before the native exports file is built in a parallel build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a1588a2e3
commit
2d675f1308
@ -979,7 +979,7 @@ ifdef EXPORTED_SYMBOL_FILE
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
# Darwin convention prefixes symbols with underscores.
|
||||
NativeExportsFile := $(ObjDir)/$(EXPORTED_SYMBOL_FILE).sed
|
||||
$(NativeExportsFile): $(EXPORTED_SYMBOL_FILE)
|
||||
$(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
|
||||
$(Verb) sed -e 's/[[:<:]]/_/' < $< > $@
|
||||
clean-local::
|
||||
-$(Verb) $(RM) -f $(NativeExportsFile)
|
||||
|
Loading…
Reference in New Issue
Block a user