svn rev #25232: trunk/src/plugins/preauth/pkinit/
epeisach@MIT.EDU
epeisach at MIT.EDU
Sun Sep 25 20:36:11 EDT 2011
http://mv.ezproxy.com.ezproxyberklee.flo.org/fisheye/changelog/krb5/?cs=25232
Commit By: epeisach
Log Message:
Remove the correct execuatble and object file on make clean
Changed Files:
U trunk/src/plugins/preauth/pkinit/Makefile.in
Modified: trunk/src/plugins/preauth/pkinit/Makefile.in
===================================================================
--- trunk/src/plugins/preauth/pkinit/Makefile.in 2011-09-24 15:01:02 UTC (rev 25231)
+++ trunk/src/plugins/preauth/pkinit/Makefile.in 2011-09-26 00:36:11 UTC (rev 25232)
@@ -54,7 +54,7 @@
clean::
$(RM) lib$(LIBBASE)$(SO_EXT)
- $(RM) pkinit_test_kdf
+ $(RM) pkinit_kdf_test pkinit_kdf_test.o
check-unix:: pkinit_kdf_test
$(RUN_SETUP) $(VALGRIND) ./pkinit_kdf_test
More information about the cvs-krb5
mailing list