Skip to content

Commit e675b8a

Browse files
authored
Fix error in CI tests - make distcheck
Backport of some 'make distcheck' fixes
1 parent 5335b40 commit e675b8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ check: check-headers
8080
.PHONY: check-headers
8181
check-headers: $(auto_c_files:.c=.o)
8282

83-
distclean-compile:
83+
distclean-local:
8484
rm -rf auto_*.c
85+
rm -rf .deps
8586

8687
if HAVE_DICT_WORDS
8788
if HAVE_SLOW_TESTS

tests/functional/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distclean maintainer-clean:
1010
# includes, which are swiped when processing one subdir and then
1111
# missing, as a hard error, for the other)
1212
@$(MAKE) -C log_external $@
13-
@mkdir .deps
13+
@mkdir -p .deps
1414
@touch .deps/log_client.Po .deps/log_interlib.Plo .deps/log_interlib_client.Po
1515
@$(MAKE) -C log_internal $@
1616
@$(MAKE) -f Makefile $@ SUBDIRS=

0 commit comments

Comments
 (0)