diff options
Diffstat (limited to 'sntp/Makefile.am')
| -rw-r--r-- | sntp/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 8f9d1f612534..4c4e19ed81d8 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -274,8 +274,7 @@ libevent: distdir-pre-check distdir-pre-check: case "$(DIST_FAIL)" in \ '') ;; \ - *) $(error re-run configure adding $(DIST_FAIL) if you want to make a distribution.); \ - echo "re-run configure adding $(DIST_FAIL) if you want to make a distribution."; \ + *) echo "re-run configure adding $(DIST_FAIL) if you want to make a distribution."; \ exit 1 ;; \ esac |
