File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,6 @@ foreach(header
361361 endif ()
362362
363363 add_custom_target (liblldb-stage-header-${basename} DEPENDS ${staged_header} )
364- add_dependencies (liblldb-stage-header-${basename} lldb-sbapi-dwarf-enums)
365364 add_dependencies (liblldb-header-staging liblldb-stage-header-${basename} )
366365 add_custom_command (
367366 DEPENDS ${header} OUTPUT ${staged_header}
@@ -374,7 +373,6 @@ foreach(header
374373 set (output_header $<TARGET_FILE_DIR:liblldb>/Headers/${basename} )
375374
376375 add_custom_target (lldb-framework -fixup-header-${basename} DEPENDS ${staged_header} )
377- add_dependencies (lldb-framework -fixup-header-${basename} liblldb-stage-header-${basename} )
378376 add_dependencies (lldb-framework -fixup-all -headers lldb-framework -fixup-header-${basename} )
379377
380378 add_custom_command (TARGET lldb-framework -fixup-header-${basename} POST_BUILD
You can’t perform that action at this time.
0 commit comments