Skip to content

Commit 91c10f5

Browse files
committed
Use proper dependency name for libc.include.stdio
1 parent aafca36 commit 91c10f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ add_gen_header(
8080
DEF_FILE stdio.h.def
8181
GEN_HDR stdio.h
8282
DEPENDS
83-
llvm_libc_common_h
83+
.llvm_libc_common_h
8484
)
8585

8686
add_gen_header(

0 commit comments

Comments
 (0)