Fix mistakes in the board XML module file paths.

This commit is contained in:
Dean Camera 2013-01-11 22:10:59 +00:00
parent cae97e1ac3
commit cff8a751bb
2 changed files with 6 additions and 5 deletions

View file

@ -73,6 +73,7 @@ check_filenames: $(TEMP_MANIFEST_XML)
@for i in `xsltproc XSLT/lufa_filelist_transform.xslt $< | grep -v "^<" | sed -e "/^$$/d"`; do \
if ( ! test -f "$(LUFA_ROOT)/$$i" ); then \
echo "Source file $$i does not exist!"; \
exit 1; \
fi; \
done;