diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-15 21:27:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-15 21:27:17 +0000 |
commit | a64b9018e0f849020f466534766c791c8bfbf85b (patch) | |
tree | ccb77e038746b7b2a4fb12758991cecaefd47261 /package | |
parent | 9178347a602d392a485a32da11c4491604319ec5 (diff) | |
download | buildroot-novena-a64b9018e0f849020f466534766c791c8bfbf85b.tar.gz buildroot-novena-a64b9018e0f849020f466534766c791c8bfbf85b.zip |
lose the extra space
Diffstat (limited to 'package')
-rw-r--r-- | package/expat/expat.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/expat/expat.mk b/package/expat/expat.mk index 82708978c..a0fd3e317 100644 --- a/package/expat/expat.mk +++ b/package/expat/expat.mk @@ -5,7 +5,6 @@ ############################################################# EXPAT_VERSION=2.0.0 - EXPAT_SOURCE=expat-$(EXPAT_VERSION).tar.gz EXPAT_CAT:=$(ZCAT) EXPAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/expat |