edje: let's release the hand brake and run faster !

SVN revision: 57411
This commit is contained in:
Cedric BAIL 2011-02-28 13:25:46 +00:00
parent 83306ac5c6
commit 0f3157854f
1 changed files with 2 additions and 2 deletions

View File

@ -695,8 +695,8 @@ compile(void)
ret = -1; ret = -1;
if (ecore_file_exists(EPP_DIR"/epp")) if (ecore_file_exists(EPP_DIR"/epp"))
{ {
snprintf(buf, sizeof(buf), EPP_DIR"/epp -I%s %s -P -o %s - < %s", snprintf(buf, sizeof(buf), EPP_DIR"/epp %s -I%s %s -o %s",
inc, def, tmpn, file_in); file_in, inc, def, tmpn);
ret = system(buf); ret = system(buf);
} }
/* /*