summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/bind/make/rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/lib/bind/make/rules.in')
-rw-r--r--contrib/bind9/lib/bind/make/rules.in4
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 15edddb..1a4e81d 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::
OpenPOWER on IntegriCloud