15 lines
718 B
Plaintext
15 lines
718 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.4 2008/11/01 20:54:40 naddy Exp $
|
|
--- src/Makefile.in.orig Sun Dec 23 00:19:45 2007
|
|
+++ src/Makefile.in Fri Sep 19 19:04:40 2008
|
|
@@ -724,8 +724,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)
|