From 74020a89ade095f65bbd5c10887fee0272830d99 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 8 Jul 2011 18:23:27 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC?= =?UTF-8?q?=D0=B0:=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=20insys=5F?= =?UTF-8?q?parser/ssdparser.c=20=D0=B8=20ssdparser.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/smake/smake.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/smake/smake.sh b/bash/smake/smake.sh index f77b1c5..8cfd8da 100755 --- a/bash/smake/smake.sh +++ b/bash/smake/smake.sh @@ -129,6 +129,10 @@ while [ $nfiles != $nparsed ]; do let nparsed++ done +# ======= Target rules ======= +#echo -n "target_objs = " + + for i in `seq 0 $((nfiles-1))`; do echo ${flist[$i]}:${fdeplist[$i]} done