aboutsummaryrefslogtreecommitdiff
path: root/src/util/gss-kernel-lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gss-kernel-lib/Makefile.in')
-rw-r--r--src/util/gss-kernel-lib/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/gss-kernel-lib/Makefile.in b/src/util/gss-kernel-lib/Makefile.in
index 82f5391..29a1556 100644
--- a/src/util/gss-kernel-lib/Makefile.in
+++ b/src/util/gss-kernel-lib/Makefile.in
@@ -80,7 +80,7 @@ HEADERS= \
profile.h \
$(COM_ERR_DEPS)
-check-pytests:: t_kgss_user t_kgss_kernel
+check-pytests: t_kgss_user t_kgss_kernel
$(RUNPYTEST) $(srcdir)/t_kgss.py $(PYTESTFLAGS)
libkgss.a: $(OBJS)
@@ -97,9 +97,9 @@ t_kgss_kernel: libkgss.a t_kgss_kernel.o t_kgss_common.o $(K5CRYPTO_DEPLIB) \
$(CC_LINK) -o $@ t_kgss_kernel.o t_kgss_common.o libkgss.a \
$(K5CRYPTO_LIB) $(SUPPORT_LIB)
-depend:: $(SRCS) $(HEADERS)
+depend: $(SRCS) $(HEADERS)
-clean::
+clean:
$(RM) $(SRCS) $(HEADERS) libkgss.a testlog OBJS.SH
$(RM) -r gssapi krb5 testdir
$(RM) t_kgss_user.o t_kgss_kernel.o t_kgss_common.o