diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:10:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:10:59 +0000 |
commit | cff8a751bb4b6174bfc226dee72bec9cb9363122 (patch) | |
tree | ea814ccc507c19fa083e5e4aecae63576a9533a5 /LUFA/StudioIntegration/makefile | |
parent | cae97e1ac329aa46041093f3ac349d113b802fa9 (diff) | |
download | lufa-cff8a751bb4b6174bfc226dee72bec9cb9363122.tar.gz lufa-cff8a751bb4b6174bfc226dee72bec9cb9363122.tar.bz2 lufa-cff8a751bb4b6174bfc226dee72bec9cb9363122.zip |
Fix mistakes in the board XML module file paths.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index feec88a88..49f3c35e3 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -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; |