Skip to content

Commit

Permalink
Fix error in CI tests - make distcheck
Browse files Browse the repository at this point in the history
Backport of some 'make distcheck' fixes
chrissie-c authored Apr 27, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5335b40 commit e675b8a
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -80,8 +80,9 @@ check: check-headers
.PHONY: check-headers
check-headers: $(auto_c_files:.c=.o)

distclean-compile:
distclean-local:
rm -rf auto_*.c
rm -rf .deps

if HAVE_DICT_WORDS
if HAVE_SLOW_TESTS
2 changes: 1 addition & 1 deletion tests/functional/GNUmakefile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ distclean maintainer-clean:
# includes, which are swiped when processing one subdir and then
# missing, as a hard error, for the other)
@$(MAKE) -C log_external $@
@mkdir .deps
@mkdir -p .deps
@touch .deps/log_client.Po .deps/log_interlib.Plo .deps/log_interlib_client.Po
@$(MAKE) -C log_internal $@
@$(MAKE) -f Makefile $@ SUBDIRS=

0 comments on commit e675b8a

Please sign in to comment.