summaryrefslogtreecommitdiffstats
path: root/contrib/bind/port/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/port/Makefile')
-rw-r--r--contrib/bind/port/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/port/Makefile b/contrib/bind/port/Makefile
index af7f797..1694f5c 100644
--- a/contrib/bind/port/Makefile
+++ b/contrib/bind/port/Makefile
@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
-# $Id: Makefile,v 8.15 1999/08/08 17:13:24 vixie Exp $
+# $Id: Makefile,v 8.16 2000/11/21 12:54:42 marka Exp $
# these are only appropriate for BSD 4.4 or derivatives, and are used in
# development. normal builds will be done in the top level directory and
@@ -54,7 +54,7 @@ all depend install::
distclean:: clean
@set -e; for x in ${SUBDIRS}; do \
- (cd $$x; pwd; ${MAKE} ${MARGS} $@); \
+ (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \
done
clean::
OpenPOWER on IntegriCloud