summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2008-11-14 14:24:30 +0000
committerrofafor <rofafor>2008-11-14 14:24:30 +0000
commitd8205680a04d7c0a642d937ed11dc5774a1ae85e (patch)
tree43caf1ad9e0fe968e7f92ff5228d2c8445599bae
parent0ed44437a6d9cc01927cb38b21d4f59ca7ea99b2 (diff)
downloadxineliboutput-d8205680a04d7c0a642d937ed11dc5774a1ae85e.tar.gz
xineliboutput-d8205680a04d7c0a642d937ed11dc5774a1ae85e.tar.bz2
Silenced the execution of configure.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3849665c..f187e199 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.60 2008-11-14 00:54:09 phintuka Exp $
+# $Id: Makefile,v 1.61 2008-11-14 14:24:30 rofafor Exp $
#
# The official name of this plugin.
@@ -114,7 +114,7 @@ endif
config.mak: Makefile configure
@echo Running configure
- ./configure --cc=$(CC) --cxx=$(CXX) $(CONFIGURE_OPTS)
+ @sh configure --cc=$(CC) --cxx=$(CXX) $(CONFIGURE_OPTS)
-include config.mak
###