From 6c6cb0670986717b42f8de03fd020abb3fa120fb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 19:20:18 +0000 Subject: - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) --- package/bash/bash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/bash') diff --git a/package/bash/bash.mk b/package/bash/bash.mk index bf8eda79c..784b678dc 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -55,7 +55,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked --with-curses \ --enable-alias \ --without-bash-malloc \ - ); + ) touch $@ $(BASH_DIR)/$(BASH_BINARY): $(BASH_DIR)/.configured -- cgit v1.2.3