summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/make
diff options
context:
space:
mode:
authorNicolas Haller2009-04-13 21:27:29 +0200
committerNicolas Haller2009-04-13 21:27:29 +0200
commit2eca73dcc14acef9c1e5a245ae6a0e00cfd6b0d0 (patch)
tree06f21f054818c78bab70437b4cfb80dfe7891067 /digital/avr/make
parent29f2426c2fd2f78bc85c599bcc3e237e26dfd226 (diff)
* digital/avr/make/Makefile.fsm:
- png target fixed
Diffstat (limited to 'digital/avr/make')
-rw-r--r--digital/avr/make/Makefile.fsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/make/Makefile.fsm b/digital/avr/make/Makefile.fsm
index 38735b03..4b8c9a79 100644
--- a/digital/avr/make/Makefile.fsm
+++ b/digital/avr/make/Makefile.fsm
@@ -91,7 +91,7 @@ else
endif
-png: $(FSM_SOURCES:%=%_cb.h)
+png: $(FSM_SOURCES:%=%.png)
%.png: %.dot
dot -Tpng -o $@ $<