File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,10 @@ sysfs_outputs = \
67
67
68
68
if HWLOC_HAVE_32BITS_PCI_DOMAIN
69
69
sysfs_outputs += 2pa-pcidomain32bits.output
70
+ EXTRA_DIST = 2pa-pcidomain32bits-disabled.output
70
71
else
71
72
sysfs_outputs += 2pa-pcidomain32bits-disabled.output
73
+ EXTRA_DIST = 2pa-pcidomain32bits.output
72
74
endif
73
75
74
76
# Each output `xyz.output' must have a corresponding tarball `xyz.tar.bz2'
@@ -172,7 +174,7 @@ TESTS = $(sysfs_outputs)
172
174
endif HWLOC_HAVE_BUNZIPP
173
175
endif HWLOC_HAVE_OPENAT
174
176
175
- EXTRA_DIST = $(sysfs_outputs ) $(sysfs_tarballs ) $(sysfs_excludes ) $(sysfs_options ) $(sysfs_envs )
177
+ EXTRA_DIST + = $(sysfs_outputs ) $(sysfs_tarballs ) $(sysfs_excludes ) $(sysfs_options ) $(sysfs_envs )
176
178
177
179
LOG_COMPILER = $(builddir ) /test-topology.sh
178
180
You can’t perform that action at this time.
0 commit comments