summaryrefslogtreecommitdiffstats
path: root/third_party/yasm
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/yasm')
-rw-r--r--third_party/yasm/BUILD.gn6
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
index 4e0c979..3463852 100644
--- a/third_party/yasm/BUILD.gn
+++ b/third_party/yasm/BUILD.gn
@@ -41,11 +41,6 @@ if (current_toolchain == host_toolchain) {
"source/config/$os",
"source/patched-yasm",
]
- inputs = [
- config_makefile,
- "source/config/$os/config.h",
- "source/config/$os/libyasm-stdint.h",
- ]
defines = [ "HAVE_CONFIG_H" ]
if (is_posix) {
cflags = [ "-std=gnu99" ]
@@ -380,6 +375,7 @@ if (current_toolchain == host_toolchain) {
compiled_action("generate_module") {
tool = ":genmodule"
+ inputs = [ config_makefile ]
sources = [ "source/patched-yasm/libyasm/module.in" ]
outputs = [ "$target_gen_dir/module.c" ]
args = [