From: Sam Hartman Date: Thu, 3 Oct 2002 22:07:11 +0000 (+0000) Subject: Move test_* from all to check target X-Git-Tag: krb5-1.3-alpha1~342 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50803405a7bebe81bd3046bd8976f79f82084069;p=krb5.git Move test_* from all to check target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14909 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 4032af0d4..5fda57d35 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +2002-10-03 Sam Hartman + + * Makefile.in : Move test_* from all to check targets. so that com_err is not needed on mac. + 2002-09-10 Ken Raeburn * Makefile.in (LOCALINCLUDES): Don't reference et directory. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 3520df79e..7098a0362 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -52,7 +52,7 @@ STOBJLISTS=OBJS.ST PROFILE_HDR=$(BUILDTOP)$(S)include$(S)profile.h -all-unix:: includes test_parse test_profile +all-unix:: includes all-unix:: all-libs all-windows:: $(PROFILE_HDR) @@ -114,6 +114,8 @@ clean-unix:: clean-libs clean-libobjs clean-windows:: $(RM) $(PROFILE_HDR) +check-unix:: test_parse test_profile + check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe $(RM) $(OUTPRE)*.obj $(OUTPRE)test_parse test.ini @@ -141,3 +143,4 @@ test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \ $(COM_ERR_DEPS) prof_err.h profile.h argv_parse.h +