Enlightenment CVS committal

Author  : lok
Project : e17
Module  : test

Dir     : e17/test/orig/embryo


Modified Files:
        Makefile 


Log Message:
Previous "typo" re-fixed and CFLAGS aren't passed at link time as in eet's 
Makefile.
Thanks caro.

===================================================================
RCS file: /cvs/e/e17/test/orig/embryo/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile    28 Oct 2006 08:23:28 -0000      1.2
+++ Makefile    14 Feb 2007 04:41:31 -0000      1.3
@@ -8,12 +8,12 @@
 embryo_OBJS = $(embryo_SRCS:.c=.o)
 embryo: $(embryo_OBJS)
        $(RM) $@
-       $(CC) $(LIBS) $(CFLAGS) $(LDFLAGS) $(embryo_OBJS) -o $@
+       $(CC) $(LIBS) $(LDFLAGS) $(embryo_OBJS) -o $@
 
 ############################################################################
 #### boilerplate
 .c.o:
-       $(CC) $(FALGS) $(CFLAGS) -c $< -o $@
+       $(CC) $(FLAGS) $(CFLAGS) -c $< -o $@
 clean::
        rm -rf $(BINS) *.o *~
        



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to