edje: let's release the hand brake and run faster !
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 28 Feb 2011 13:25:46 +0000 (13:25 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 28 Feb 2011 13:25:46 +0000 (13:25 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@57411 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_parse.c

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