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/bind/bind.mk | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/bind/bind.mk')
-rw-r--r-- | package/bind/bind.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 87311dbe8..5038af897 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -47,7 +47,7 @@ $(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked $(DISABLE_IPV6) \ --with-libtool \ --with-pic \ - ); + ) $(BIND_DIR2)/$(BIND_BINARY): $(BIND_DIR2)/Makefile $(MAKE) $(TARGET_CONFIGURE_OPTS) -j1 -C $(BIND_DIR2) |