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/which/which.mk | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/which/which.mk')
-rw-r--r-- | package/which/which.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/which/which.mk b/package/which/which.mk index 548e65743..2bdb258de 100644 --- a/package/which/which.mk +++ b/package/which/which.mk @@ -29,7 +29,7 @@ $(WHICH_DIR)/.configured: $(WHICH_DIR)/.unpacked --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ --prefix=/ \ - ); + ) touch $(WHICH_DIR)/.configured $(WHICH_DIR)/$(WHICH_BINARY): $(WHICH_DIR)/.configured |