From d223cc839e8528ed47064e9d53033f5e7b012c35 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Tue, 19 Feb 2008 18:36:06 +0000 Subject: Remove stop-here target that stops the build TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20234 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccapi/test') diff --git a/src/ccapi/test/Makefile.in b/src/ccapi/test/Makefile.in index 7e71dcf63..c5a5ad718 100644 --- a/src/ccapi/test/Makefile.in +++ b/src/ccapi/test/Makefile.in @@ -88,7 +88,7 @@ LIBS = -lkrb5 LFLAGS = /nologo $(LOPTS) all-mac:: setup-test-dir pingtest stop_here simple_lock_test build-base build-tests link-tests copy-script success-message -all-windows:: setup-windows build-base $(OUTPRE)pingtest.exe build-tests copy-script stop_here success-message +all-windows:: setup-windows build-base $(OUTPRE)pingtest.exe build-tests copy-script success-message # compile base files used by all tests build-base: $(PINGOBJS) -- cgit