You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
594 B

  1. From 94218682b15832fd6f8ed09a767941974075a1b4 Mon Sep 17 00:00:00 2001
  2. From: "R.E. Wolff" <R.E.Wolff@BitWizard.nl>
  3. Date: Tue, 7 Nov 2017 17:24:14 +0100
  4. Subject: [PATCH] Sami Kerola: prevent MTR reporting unknown revision
  5. ---
  6. Makefile.am | 4 ++++
  7. 1 file changed, 4 insertions(+)
  8. diff --git a/Makefile.am b/Makefile.am
  9. index c0709ca..23ac1fc 100644
  10. --- a/Makefile.am
  11. +++ b/Makefile.am
  12. @@ -156,3 +156,7 @@ endif # if CYGWIN
  13. if BUILD_BASH_COMPLETION
  14. dist_bashcompletion_DATA = bash-completion/mtr
  15. endif
  16. +
  17. +dist-hook:
  18. + $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
  19. +
  20. --
  21. 2.17.1