[anjuta] build: Fix autogen after interfaces reordering



commit 1b579ae4ac3f5e1452fd15479accce88a3bda6fd
Author: Johannes Schmid <jhs gnome org>
Date:   Fri Feb 18 23:42:29 2011 +0100

    build: Fix autogen after interfaces reordering

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index cdac1b8..845d783 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
 
 echo "Generating initial interface files"
 sh -c "cd $srcdir/libanjuta/interfaces && \
-perl anjuta-idl-compiler.pl libanjuta libanjuta.idl && \
+perl anjuta-idl-compiler.pl libanjuta && \
 touch iface-built.stamp"
 
 test -n "$srcdir" || srcdir=`dirname "$0"`



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]