From f4b4df101e4e3449494d65100ef2bab7d0bd46dd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jan 2017 02:00:48 -0500 Subject: Fix `make dist`. --- build-aux/Makefile.head.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/Makefile.head.mk') diff --git a/build-aux/Makefile.head.mk b/build-aux/Makefile.head.mk index 33ef9c1..8299bc7 100644 --- a/build-aux/Makefile.head.mk +++ b/build-aux/Makefile.head.mk @@ -100,7 +100,7 @@ endif # _at.NO_ONCE outdir := $(call _at.path,$(dir $(lastword $(_at.MAKEFILE_LIST)))) ifeq ($(call _at.is_subdir,$(topoutdir),$(outdir)),) -$(error Autothing: not a subdirectory of topoutdir=«$(topoutdir)»: «$(outdir)») +$(error Autothing: not a subdirectory of topoutdir=$(topoutdir): $(outdir)) endif # Don't use at.out2src because we *know* that $(outdir) is inside $(topoutdir), -- cgit v1.2.3-54-g00ecf