From 62d155accb047ade3d5a7a89b643e286b333ba41 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 28 Nov 2022 15:41:36 +0100 Subject: rules: Drop the ["CC", "header directory"] ... in favor of the "tree" built-in rule. --- etc/import/include/git2/TARGETS.git2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/import/include/git2/TARGETS.git2') diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2 index 84eb50c3..a9dad131 100644 --- a/etc/import/include/git2/TARGETS.git2 +++ b/etc/import/include/git2/TARGETS.git2 @@ -150,9 +150,9 @@ , "patch-part": ["a", "include", "git2", "sys", "repository.h"] } , "TREE": - { "type": ["@", "rules", "CC", "header directory"] - , "stage": ["git2"] - , "hdrs": + { "type": "tree" + , "name": "git2" + , "deps": [ "annotated_commit.h" , "apply.h" , "attr.h" -- cgit v1.2.3