summaryrefslogtreecommitdiffstats
path: root/contrib/bind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/Makefile')
-rw-r--r--contrib/bind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind/Makefile b/contrib/bind/Makefile
index 5df7fdc..3596dd4 100644
--- a/contrib/bind/Makefile
+++ b/contrib/bind/Makefile
@@ -13,7 +13,7 @@
## ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
## SOFTWARE.
-# $Id: Makefile,v 8.51 1999/11/06 03:24:02 vixie Exp $
+# $Id: Makefile,v 8.52 2000/11/21 12:54:37 marka Exp $
TOP=
SUBDIRS= include port lib bin
@@ -37,7 +37,7 @@ all clean depend install distclean:: FRC
eval "${MAKE} $$settings ${MARGS} SYSTYPE=$$systype \
VER=$$version \
$@"; \
- ); \
+ ) || exit 1; \
done \
fi
@@ -52,7 +52,7 @@ links: FRC
( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \
cp SRC/Makefile Makefile; chmod +w Makefile; \
${MAKE} ${MARGS} SYSTYPE=$$systype links; \
- ); \
+ ) || exit 1; \
done
stdlinks: FRC
OpenPOWER on IntegriCloud