patch-src_Makefile_in 609 B

123456789101112131415
  1. $OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2014/08/23 02:57:43 bentley Exp $
  2. --- src/Makefile.in.orig Thu Mar 14 11:07:38 2013
  3. +++ src/Makefile.in Thu Mar 14 11:07:46 2013
  4. @@ -934,8 +934,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
  5. check: all
  6. test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
  7. - ./$(PACKAGE) --version >& /dev/null
  8. - ./$(PACKAGE) --help >& /dev/null
  9. + ./$(PACKAGE) --version >/dev/null 2>&1
  10. + ./$(PACKAGE) --help >/dev/null 2>&1
  11. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  12. # Otherwise a system limit (for SysV at least) may be exceeded.