Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/bin
Modified Files:
Makefile.am edje_cc_out.c edje_cc_parse.c
Log Message:
fixie fixie long time.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- Makefile.am 30 Oct 2004 11:47:23 -0000 1.21
+++ Makefile.am 9 Nov 2004 09:31:08 -0000 1.22
@@ -4,10 +4,10 @@
-I$(top_srcdir) \
-I$(top_srcdir)/bin \
-I$(top_srcdir)/src/lib \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
bin_SCRIPTS = \
@EDJE_RECC_PRG@
@@ -43,7 +43,7 @@
edje_cc_LDADD = \
$(top_builddir)/src/lib/libedje.la \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
edje_cc_DEPENDENCIES = $(top_builddir)/src/lib/libedje.la
@@ -56,7 +56,7 @@
edje_decc_LDADD = \
$(top_builddir)/src/lib/libedje.la \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
edje_decc_DEPENDENCIES = $(top_builddir)/src/lib/libedje.la
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- edje_cc_out.c 23 Oct 2004 17:58:14 -0000 1.39
+++ edje_cc_out.c 9 Nov 2004 09:31:08 -0000 1.40
@@ -668,7 +668,8 @@
fd = mkstemp(tmpo);
if (fd >= 0)
{
- snprintf(buf, sizeof(buf), "embryo_cc -i %s -o %s %s",
+ snprintf(buf, sizeof(buf),
+ EMBRYO_PREFIX"/bin/embryo_cc -i %s -o %s %s",
DAT"data/include", tmpo, tmpn);
ret = system(buf);
if (ret != 0)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_parse.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- edje_cc_parse.c 24 Oct 2004 13:47:55 -0000 1.30
+++ edje_cc_parse.c 9 Nov 2004 09:31:08 -0000 1.31
@@ -577,11 +577,11 @@
strcat(def, " ");
}
}
- snprintf(buf, sizeof(buf), "cat %s | cpp %s -E -o %s", file_in, def,
tmpn);
+ snprintf(buf, sizeof(buf), "cat %s | /usr/bin/cpp %s -E -o %s",
file_in, def, tmpn);
ret = system(buf);
if (ret < 0)
{
- snprintf(buf, sizeof(buf), "gcc %s -E -o %s %s", def, tmpn,
file_in);
+ snprintf(buf, sizeof(buf), "/usr/bin/gcc %s -E -o %s %s", def,
tmpn, file_in);
ret = system(buf);
}
if (ret >= 0) file_in = tmpn;
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs