summaryrefslogtreecommitdiff
path: root/libmailutils/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-12-06 11:51:55 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-12-14 13:48:37 +0200
commit572b09b3ef3ac1a2786912e4acab117484fbb510 (patch)
treed258197fd347c882a268e0966107492a3618eaff /libmailutils/tests/Makefile.am
parent5ccef4cfd1eb3252430f04fa8418268a93ff8b08 (diff)
downloadmailutils-572b09b3ef3ac1a2786912e4acab117484fbb510.tar.gz
mailutils-572b09b3ef3ac1a2786912e4acab117484fbb510.tar.bz2
Build package.m4 in Makefile
The decision to build package.m4 in config.status makes proper maintenance of the file problematic. It is reverted. This patch also uses colon-separated VPATH for compatibility with other make implementations. * configure.ac: Don't build package.m4 * testsuite/Makefile.am: Do it here. * libmailutils/tests/Makefile.am: Use colon-separated VPATH for compatibility with BSD make. * testsuite/package.m4.in: Remove.
Diffstat (limited to 'libmailutils/tests/Makefile.am')
-rw-r--r--libmailutils/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index a933152f6..64cba2b97 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -200,5 +200,5 @@ noinst_PROGRAMS += wsp
wsp_SOURCES =
nodist_wsp_SOURCES = wsp.c
wsp.o: $(srcdir)/wordsplit-version.h
-VPATH += $(top_srcdir)/libmailutils/wordsplit
+VPATH = $(srcdir):$(top_srcdir)/libmailutils/wordsplit

Return to:

Send suggestions and report system problems to the System administrator.