summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-10-09 20:13:43 +0000
committerEzra Peisach <epeisach@mit.edu>1995-10-09 20:13:43 +0000
commita6ea3f690776d1a6a324a374f7a07e91e384a3e9 (patch)
tree0da327759bacc13937dea24f8eb75cbbb1a1724b /src
parenta885b1bb163feff69b285a67e580cb7d48223c66 (diff)
downloadkrb5-a6ea3f690776d1a6a324a374f7a07e91e384a3e9.tar.gz
krb5-a6ea3f690776d1a6a324a374f7a07e91e384a3e9.tar.xz
krb5-a6ea3f690776d1a6a324a374f7a07e91e384a3e9.zip
Change test to krb524test - otherwise if built and "." is in the users path,
reruns configure, then they will execute the wrong test. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6949 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/krb524/ChangeLog5
-rw-r--r--src/krb524/Makefile.in8
2 files changed, 9 insertions, 4 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index a46711842..2dc9500db 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -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,
diff --git a/src/krb524/Makefile.in b/src/krb524/Makefile.in
index 03805ab00..8cfb68eeb 100644
--- a/src/krb524/Makefile.in
+++ b/src/krb524/Makefile.in
@@ -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