diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
commit | 6c6cb0670986717b42f8de03fd020abb3fa120fb (patch) | |
tree | d50a8eaaed94db4111bc65250c9e0c2123804508 /package/expat/expat.mk | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) | |
download | buildroot-novena-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.gz buildroot-novena-6c6cb0670986717b42f8de03fd020abb3fa120fb.zip |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/expat/expat.mk')
-rw-r--r-- | package/expat/expat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/expat/expat.mk b/package/expat/expat.mk index 46a590fc4..f5ad3120c 100644 --- a/package/expat/expat.mk +++ b/package/expat/expat.mk @@ -45,7 +45,7 @@ $(EXPAT_DIR)/.configured: $(EXPAT_DIR)/.unpacked --mandir=/man \ --infodir=/info \ --enable-shared \ - ); + ) touch $@ $(EXPAT_DIR)/$(EXPAT_BINARY): $(EXPAT_DIR)/.configured |