projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8908c
)
build: Fix make distcheck
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Wed, 16 Aug 2023 00:11:02 +0000
(17:11 -0700)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000
(19:04 +0530)
This fixes the following errors:
make[2]: *** No rule to make target 'doc/test-runner.txt',
needed by 'distdir-am'. Stop.
make[1]: *** [Makefile:11708: distdir] Error 2
make: *** [Makefile:11784: dist] Error 2
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index c25119656e9b25724d31c042a891cc6db5af8a37..ccbda324d3a2848826be19e9e5c8e6b8b7b12940 100755
(executable)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-375,7
+375,7
@@
EXTRA_DIST += $(test_scripts)
EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt \
doc/test-coverage.txt \
- doc/test-runner.
tx
t \
+ doc/test-runner.
rs
t \
doc/settings-storage.txt
EXTRA_DIST += doc/mgmt-api.txt \