From b0391f40dcbf5f0b06cc4042be2208d0b45be4f9 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Wed, 23 Feb 2011 19:07:13 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@57272 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/{edje_cc_parse.c.in => edje_cc_parse.c} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/bin/{edje_cc_parse.c.in => edje_cc_parse.c} (99%) 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); } -- 2.7.4