10827618e1
Drop maintainership.
15 lines
714 B
Plaintext
15 lines
714 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.3 2010/04/04 15:35:59 ajacoutot Exp $
|
|
--- src/Makefile.in.orig Wed Mar 31 04:28:28 2010
|
|
+++ src/Makefile.in Thu Apr 1 09:38:19 2010
|
|
@@ -667,8 +667,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
|
|
|
|
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
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|