diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-17 02:00:48 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-17 02:05:50 -0500 |
commit | f4b4df101e4e3449494d65100ef2bab7d0bd46dd (patch) | |
tree | ef1d04ae5318a12014ef8afe5af40f2a244d1946 /build-aux/Makefile.head.mk | |
parent | 1ff424c47193173b24d997293f8b0b0c4efcdd48 (diff) |
Fix `make dist`.
Diffstat (limited to 'build-aux/Makefile.head.mk')
-rw-r--r-- | build-aux/Makefile.head.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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), |