$OpenBSD: patch-src_Makefile_in,v 1.6 2010/04/04 15:37:19 ajacoutot Exp $
--- src/Makefile.in.orig	Wed Mar 31 04:28:08 2010
+++ src/Makefile.in	Thu Apr  1 09:55:35 2010
@@ -785,8 +785,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
 # Only test the --version option if GNU getopt is available:
 @HAVE_GETOPT_LONG_TRUE@check: all
 @HAVE_GETOPT_LONG_TRUE@	test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
-@HAVE_GETOPT_LONG_TRUE@	./$(PACKAGE) --version >& /dev/null
-@HAVE_GETOPT_LONG_TRUE@	./$(PACKAGE) --help >& /dev/null
+@HAVE_GETOPT_LONG_TRUE@	./$(PACKAGE) --version > /dev/null
+@HAVE_GETOPT_LONG_TRUE@	./$(PACKAGE) --help > /dev/null
 
 run: all check
 	PKGSOUNDDIR=$(srcdir)/sounds ./$(PACKAGE)
