diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2d516c8f372..88a9d9051fe 100644 --- a/meson.build +++ b/meson.build @@ -72,7 +72,7 @@ configure. Alternatively use a separate check out for meson based builds. @0@ ****''' if fs.exists(meson.current_source_dir() / 'src' / 'include' / 'pg_config.h') - errmsg_cleanup = 'To clean up, run make maintainer-clean in the source tree.' + errmsg_cleanup = 'To clean up, run make distclean in the source tree.' error(errmsg_nonclean_base.format(errmsg_cleanup)) endif |