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/file/file.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/file/file.mk')
-rw-r--r-- | package/file/file.mk | 4 |
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 |