We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5335b40 commit e675b8aCopy full SHA for e675b8a
tests/Makefile.am
@@ -80,8 +80,9 @@ check: check-headers
80
.PHONY: check-headers
81
check-headers: $(auto_c_files:.c=.o)
82
83
-distclean-compile:
+distclean-local:
84
rm -rf auto_*.c
85
+ rm -rf .deps
86
87
if HAVE_DICT_WORDS
88
if HAVE_SLOW_TESTS
tests/functional/GNUmakefile
@@ -10,7 +10,7 @@ distclean maintainer-clean:
10
# includes, which are swiped when processing one subdir and then
11
# missing, as a hard error, for the other)
12
@$(MAKE) -C log_external $@
13
- @mkdir .deps
+ @mkdir -p .deps
14
@touch .deps/log_client.Po .deps/log_interlib.Plo .deps/log_interlib_client.Po
15
@$(MAKE) -C log_internal $@
16
@$(MAKE) -f Makefile $@ SUBDIRS=
0 commit comments