Change test to krb524test - otherwise if built and "." is in the users path,
authorEzra Peisach <epeisach@mit.edu>
Mon, 9 Oct 1995 20:13:43 +0000 (20:13 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 9 Oct 1995 20:13:43 +0000 (20:13 +0000)
reruns configure, then they will execute the wrong test.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6949 dc483132-0cff-0310-8789-dd5450dbe970

src/krb524/ChangeLog
src/krb524/Makefile.in

index a46711842efc0b9a85c46bb8e764a0a0475c2880..2dc9500db12c85f4a75672096eb8810a2900caa9 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct  9 11:34:24 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * Makefile.in: s/test/krb524test/ to handle screw case where test
+               is built and interferes with configure.
+
 Mon Sep 25 00:15:47 1995  Mark Eichin  <eichin@cygnus.com>
 
        * krb524d.c (do_connection): if recvfrom failed, just return,
index 03805ab005d24dbe281eb880b944932d9fcfb81a..8cfb68eeb83f8aa6d49d50a4a5117cbcf95c2923 100644 (file)
@@ -39,14 +39,14 @@ OBJS        = conv_creds.o conv_princ.o conv_tkt.o cnv_tkt_skey.o \
 
 GENS   = krb524_err.c krb524_err.h
 
-all:: $(GENS) libkrb524.a krb524d test k524init
+all:: $(GENS) libkrb524.a krb524d krb524test k524init
 
 libkrb524.a: $(OBJS)
        $(ARADD) $@ $(OBJS)
        $(RANLIB) $@
 
-test: libkrb524.a test.o $(DEPLIBS)
-       $(LD) -o test $(LDFLAGS) $(LDARGS) test.o $(LIBS)
+krb524test: libkrb524.a test.o $(DEPLIBS)
+       $(LD) -o krb524test $(LDFLAGS) $(LDARGS) test.o $(LIBS)
 
 krb524d: krb524d.o $(DEPLIBS)
        $(LD) -o krb524d krb524d.o $(LDFLAGS) $(LDARGS) $(LIBS)
@@ -62,5 +62,5 @@ install::
 
 clean::
        $(RM) libkrb524.a $(OBJS) $(GENS) core *~ *.bak #*
-       $(RM) test krb524d k524init test.o krb524d.o k524init.o
+       $(RM) krb524test krb524d k524init test.o krb524d.o k524init.o