Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit b0b8783

Browse files
committed
Ensure that all top-level targets that recurse and for which the dependency between WeaveVersion.h and .local-version might be exposed in parallel builds make BUILT_SOURCES before recursing into subdirectories.
1 parent edc669b commit b0b8783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ DISTCHECK_CONFIGURE_FLAGS = `chmod u+w .. ../third_party`
206206

207207
DISTCHECK_CONFIGURE_FLAGS += --without-bluez --without-happy
208208

209-
dist distcheck distdir install-headers: $(BUILT_SOURCES)
209+
all-recursive check-recursive coverage-recursive install-recursive pretty-recursive pretty-check-recursive dist distcheck distdir install-headers: $(BUILT_SOURCES)
210210

211211
dist-hook: $(distdir)/.dist-version
212212

0 commit comments

Comments
 (0)