j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-07-20 04:13:21 +0200 (Fri, 20 Jul 2007) New Revision: 479
Modified: cpu/i8051/build/Makefile Log: 8051 Makefile - Fixed silly error in sim target.
Modified: cpu/i8051/build/Makefile =================================================================== --- cpu/i8051/build/Makefile 2007-07-20 01:45:12 UTC (rev 478) +++ cpu/i8051/build/Makefile 2007-07-20 02:13:21 UTC (rev 479) @@ -17,7 +17,7 @@ @make -C ${HOSTDIR} forth
sim: kernel.hex - s51 -s ${SIMTTY} -X 32M /c/Temp/kernel.hex + s51 -s ${SIMTTY} -X 32M kernel.hex
build: ${HOSTDIR}/forth @ln -sf ${HOSTDIR}/forth $@