diff options
Diffstat (limited to 'src/amd/Makefile.common.am')
-rw-r--r-- | src/amd/Makefile.common.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amd/Makefile.common.am b/src/amd/Makefile.common.am index 533ad17de59..b5fce2b4e07 100644 --- a/src/amd/Makefile.common.am +++ b/src/amd/Makefile.common.am @@ -62,9 +62,9 @@ common_libamd_common_la_SOURCES = \ if HAVE_RADEON_VULKAN common_libamd_common_la_SOURCES += $(AMD_NIR_FILES) endif +endif -$(srcdir)/common/sid_tables.h: $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h +common/sid_tables.h: $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h $(AM_V_GEN) $(PYTHON2) $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h > $@ BUILT_SOURCES = $(AMD_GENERATED_FILES) -endif |