diff options
author | Emil Velikov <[email protected]> | 2017-01-12 17:34:15 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-12 19:29:28 +0000 |
commit | d1dc22eb4661dbb343920bb36a9c71accec334d5 (patch) | |
tree | 547294df7d307a03ae2c4cf5b55b11a50b289c83 /src/amd/Makefile.am | |
parent | 23dcce0c03db055c168696c9120637506b68b13d (diff) |
ac: automake: rework sid_tables.h generation
Drop $(srcdir)/ prefix analogous to before the file (and rule) movement
and move it outside of the NEED_RADEON_LLVM conditional.
Otherwise the build may fail as below.
make[3]: *** No rule to make target 'common/sid_tables.h', needed by 'distdir'. Stop.
Fixes: b838f642371 "ac/debug: Move sid_tables.h generation to common
code."
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/Makefile.am')
-rw-r--r-- | src/amd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/Makefile.am b/src/amd/Makefile.am index 0a8456d1e4d..7d191af4431 100644 --- a/src/amd/Makefile.am +++ b/src/amd/Makefile.am @@ -23,6 +23,6 @@ include Makefile.sources noinst_LTLIBRARIES = -EXTRA_DIST = $(COMMON_HEADER_FILES) $(srcdir)/common/sid_tables.py +EXTRA_DIST = $(COMMON_HEADER_FILES) common/sid_tables.py include Makefile.addrlib.am include Makefile.common.am |