whoops
authordiscomfitor <discomfitor>
Wed, 23 Feb 2011 19:07:13 +0000 (19:07 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 19:07:13 +0000 (19:07 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@57272 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_parse.c [moved from src/bin/edje_cc_parse.c.in with 99% similarity]

similarity index 99%
rename from src/bin/edje_cc_parse.c.in
rename to src/bin/edje_cc_parse.c
index 1a229fb..ab80967 100644 (file)
@@ -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);
      }