From fd563cc503df214e7402a11aef187c69ffd0f60f Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sat, 29 Mar 2008 15:31:02 +0100 Subject: Update the getsamples fsm, the value inserted in the functions call shall be adapt before unsing it. --- digital/io/src/getsamples/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'digital/io/src/getsamples/Makefile') diff --git a/digital/io/src/getsamples/Makefile b/digital/io/src/getsamples/Makefile index 389adc71..c59fdb64 100644 --- a/digital/io/src/getsamples/Makefile +++ b/digital/io/src/getsamples/Makefile @@ -7,7 +7,7 @@ prgm: getSamplesFsm.fsm getSamplesFsm.conf exe: getSamplesFsm.fsm getSamplesFsm.conf make prgm - if [ -f getsamples_cb.c ]; then patch getsamples_cb.c getsamples_cb_skel.c; else mv getsamples_cb_skel.c getsamples_cb.c; fi; + #if [ -f getsamples_cb.c ]; then vimdiff getsamples_cb.c getsamples_cb_skel.c; else mv getsamples_cb_skel.c getsamples_cb.c; fi; dot: getSamplesFsm.fsm getSamplesFsm.conf python ../../../../tools/dfagen/dfagen.py -o dot -d $< -c getSamplesFsm.conf -p getsamples @@ -17,7 +17,6 @@ png: getsamples.dot clean: rm -f getsamples.h - rm -f getsamples_cb.c rm -f getsamples_cb.h rm -f getsamples.dot rm -f getsamples.png -- cgit v1.2.3