diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2005-03-17 08:04:02 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2005-03-17 08:04:02 +0000 |
| commit | 6bc6438a36e1c5d65a4752b125d5fb5cf8015879 (patch) | |
| tree | 56538def4af42f6875185c84274a942bf33b5d24 /contrib/bind9/lib/bind/make | |
| parent | 8e4912ed0640ee7da1e4372381213ceb13023eee (diff) | |
Notes
Diffstat (limited to 'contrib/bind9/lib/bind/make')
| -rw-r--r-- | contrib/bind9/lib/bind/make/rules.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind9/lib/bind/make/rules.in b/contrib/bind9/lib/bind/make/rules.in index 15edddbbd1ca..1a4e81d603d6 100644 --- a/contrib/bind9/lib/bind/make/rules.in +++ b/contrib/bind9/lib/bind/make/rules.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.3.2.3.4.3 2004/03/15 01:02:44 marka Exp $ +# $Id: rules.in,v 1.3.2.3.4.4 2004/10/20 00:14:47 marka Exp $ ### ### Common Makefile rules for BIND 9. @@ -69,7 +69,7 @@ subdirs: if [ "$$i" != "nulldir" -a -d $$i ]; then \ echo "making all in `pwd`/$$i"; \ (cd $$i; ${MAKE} ${MAKEDEFS} all) || exit 1; \ - fi \ + fi; \ done install clean distclean docclean manclean:: |
