aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2002-10-03 22:07:11 +0000
committerSam Hartman <hartmans@mit.edu>2002-10-03 22:07:11 +0000
commit50803405a7bebe81bd3046bd8976f79f82084069 (patch)
tree6fbe5da743ce778cdd14e669cb142e396b22bda7 /src/util/profile
parent3357f138b5b8749e5a8df1f299530f5831332cee (diff)
downloadkrb5-50803405a7bebe81bd3046bd8976f79f82084069.zip
krb5-50803405a7bebe81bd3046bd8976f79f82084069.tar.gz
krb5-50803405a7bebe81bd3046bd8976f79f82084069.tar.bz2
Move test_* from all to check target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14909 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in5
2 files changed, 8 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 4032af0..5fda57d 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -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.
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 3520df7..7098a03 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
+