aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-07-03 18:57:18 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-07-04 12:21:33 +0200
commitd68773c4dce5d16a8b0aa0aac762d832d79867f9 (patch)
treef486be00c6abb1b419510967b551955ba76b69e1
parent407f7f9307043e102d2896cd85e8dbf4c9f8720e (diff)
tests/Makefile.am: Fix "./configure && make clean && make"
Without this patch, make check fails with following error: No rule to make target 'atconfig', needed by 'check-local' Changes needed to fix the issue were gathered by looking at differences with libosmo-netif's Makefile. Change-Id: Ie6698d1c1d36e2b8a5391bc2322c1632458751db
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index def6e8b..720d631 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,6 +17,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
} >'$(srcdir)/package.m4'
EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE)
+DISTCLEANFILES = atconfig
TESTSUITE = $(srcdir)/testsuite
if ENABLE_EXT_TESTS
@@ -39,7 +40,6 @@ installcheck-local: atconfig $(TESTSUITE)
clean-local:
test ! -f '$(TESTSUITE)' || \
$(SHELL) '$(TESTSUITE)' --clean
- $(RM) -f atconfig
AUTOM4TE = $(SHELL) $(top_srcdir)/missing --run autom4te
AUTOTEST = $(AUTOM4TE) --language=autotest