From: Sebastian B. <sb...@us...> - 2013-12-24 09:20:10
|
Update of /cvsroot/simplemail/simplemail In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32100 Modified Files: makefile.aos4 Log Message: Use the CROSS_COMPILE prefix for the target directories. Index: makefile.aos4 =================================================================== RCS file: /cvsroot/simplemail/simplemail/makefile.aos4,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- makefile.aos4 24 Dec 2013 09:18:15 -0000 1.39 +++ makefile.aos4 24 Dec 2013 09:20:08 -0000 1.40 @@ -109,8 +109,8 @@ # ------------------------------------------------------------- -OBJSDIR=ppc-amigaos-objs -TESTOBJSDIR=ppc-amigaos-test-objs +OBJSDIR=$(CROSS_COMPILE)objs +TESTOBJSDIR=$(CROSS_COMPILE)test-objs OBJS = $(SRCS:%.c=$(OBJSDIR)/%.o) AOBJS = $(ASRCS:%.S=$(OBJSDIR)/%.o) |