Move test_* from all to check target
authorSam Hartman <hartmans@mit.edu>
Thu, 3 Oct 2002 22:07:11 +0000 (22:07 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 3 Oct 2002 22:07:11 +0000 (22:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14909 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in

index 4032af0d4d8df3fe0ebb8e41e2a370479ba2a8bc..5fda57d35747c5c29ae1ccba8fb9725fb547acae 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-03  Sam Hartman  <hartmans@mit.edu>
+
+       * Makefile.in :  Move test_* from all to check targets. so that com_err is not needed on mac.
+
 2002-09-10  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (LOCALINCLUDES): Don't reference et directory.
index 3520df79e081a7462316c1ea1f363de2c7d0f4bb..7098a036265f9d6628f283983f8b67c59d8e921c 100644 (file)
@@ -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
 
+