From 6965154beaf3f53a5c51696d43e4900515cef586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Mar 2006 17:30:37 +0000 Subject: fixed svn path=/trunk/externals/iem/iem_ambi/; revision=4670 --- src/makesource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makesource.sh b/src/makesource.sh index 32703b1..920742b 100644 --- a/src/makesource.sh +++ b/src/makesource.sh @@ -49,7 +49,7 @@ function foot_c() { head_h > $IEMAMBI_H head_c > $IEMAMBI_C -for i in $(${LS} *.c | ${EGREP} -v "iem_bin_ambi.*\.c") +for i in $(${LS} *.c | ${EGREP} -v "iem_ambi.*\.c") do ## each c-file in iem_ambi needs to have an _setup()-function ## that calls all needed setup-functions -- cgit v1.2.1