From: discomfitor Date: Wed, 23 Feb 2011 19:07:13 +0000 (+0000) Subject: whoops X-Git-Tag: 2.0_alpha~163^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=119c248ee50f0e4bf49ec83ecf5083874e6a3920;p=framework%2Fuifw%2Fedje.git whoops git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@57272 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_parse.c.in b/src/bin/edje_cc_parse.c similarity index 99% rename from src/bin/edje_cc_parse.c.in rename to src/bin/edje_cc_parse.c index 1a229fb..ab80967 100644 --- a/src/bin/edje_cc_parse.c.in +++ b/src/bin/edje_cc_parse.c @@ -693,9 +693,9 @@ compile(void) * Run the input through the C pre-processor. */ ret = -1; - if (ecore_file_exists("@EPPDIR@/epp")) + if (ecore_file_exists(EPPDIR"/epp")) { - snprintf(buf, sizeof(buf), "@EPPDIR@/epp -I%s %s -P -o %s - < %s", + snprintf(buf, sizeof(buf), EPPDIR"/epp -I%s %s -P -o %s - < %s", inc, def, tmpn, file_in); ret = system(buf); }