efl/src/examples/eio: fixed typo.

SVN revision: 81814
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-28 15:59:12 +00:00
parent 7969b4a90b
commit 6800b178dc
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ install-examples:
uninstall-local:
for f in $(SRCS) ; do \
rm -f $(datadir)/io/examples/$$f ; \
rm -f $(datadir)/eio/examples/$$f ; \
done