summaryrefslogtreecommitdiffstats
path: root/package/file
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-21 19:20:18 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-21 19:20:18 +0000
commit6c6cb0670986717b42f8de03fd020abb3fa120fb (patch)
treed50a8eaaed94db4111bc65250c9e0c2123804508 /package/file
parent95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff)
downloadbuildroot-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/file')
-rw-r--r--package/file/file.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/file/file.mk b/package/file/file.mk
index 23632ecc1..5a5058dc5 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -30,7 +30,7 @@ $(FILE_DIR1)/.configured: $(FILE_SOURCE_DIR)/.unpacked
CC="$(HOSTCC)" \
$(FILE_SOURCE_DIR)/configure \
--prefix=$(FILE_DIR1)/install \
- );
+ )
touch $(FILE_DIR1)/.configured
$(TOOL_BUILD_DIR)/bin/file: $(FILE_DIR1)/.configured
@@ -81,7 +81,7 @@ $(FILE_DIR2)/.configured: $(FILE_SOURCE_DIR)/.unpacked
$(DISABLE_LARGEFILE) \
--enable-static \
--disable-fsect-man5 \
- );
+ )
touch $(FILE_DIR2)/.configured
$(FILE_DIR2)/$(FILE_BINARY): $(FILE_DIR2)/.configured $(TOOL_BUILD_DIR)/bin/file