aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-07 17:40:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-07 17:40:16 +0000
commitb9a486efe70254947238d1c2a46b12fc30f63853 (patch)
tree405d41a6cc95a503b69f25dac9b05d48907c7aea /LUFA/makefile
parentae91ccc048a1b40e671f9d75158c474624937617 (diff)
downloadlufa-b9a486efe70254947238d1c2a46b12fc30f63853.tar.gz
lufa-b9a486efe70254947238d1c2a46b12fc30f63853.tar.bz2
lufa-b9a486efe70254947238d1c2a46b12fc30f63853.zip
Oops - fix broken makefile tar rule.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index 64fbea347..315d9f276 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -92,7 +92,7 @@ ifeq ($(origin LUFA_PATH), undefined)
export_tar:
@echo Exporting LUFA library to a TAR archive...
@tar -cf LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`.tar --directory=. --exclude=Documentation --exclude=DoxygenPages --exclude=CodeTemplates --exclude=Doxygen.conf --exclude=*.tar *
- @tar -cf LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`_Code_Templates.tar --directory=CodeTemplates *
+ @tar -cf LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`_Code_Templates.tar CodeTemplates
@echo Export LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`.tar complete.
version: