Overview
Comment: | Added missing cleanup target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 374bb50b7f41bfe07226cac8415950ac7357e1d9 |
User & Date: | rkeene on 2010-05-13 00:03:01 |
Other Links: | manifest | tags |
Context
2010-05-13
| ||
00:36 | Made DEBUG default build check-in: 9f3d0cb931 user: rkeene tags: trunk | |
00:03 | Added missing cleanup target check-in: 374bb50b7f user: rkeene tags: trunk | |
2010-05-12
| ||
23:58 |
Moved certificate examination to occur during search initialization
Added support for logging in via PC/SC in C_Login() check-in: 0c536f15c1 user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [e95bb2353e] to [8de5e94055].
30 30 31 31 install: libcackey.@SHOBJEXT@ 32 32 -mkdir "$(DESTDIR)$(libdir)" 33 33 cp libcackey.@SHOBJEXT@ "$(DESTDIR)$(libdir)/" 34 34 35 35 clean: 36 36 rm -f libcackey.@SHOBJEXT@ 37 - rm -f cackey.o 37 + rm -f cackey.o asn1-x509.o 38 38 rm -f test 39 39 40 40 distclean: clean 41 41 rm -f config.log config.status config.h Makefile 42 42 43 43 mrproper: distclean 44 44 rm -f configure config.h.in aclocal.m4 *~ 45 45 46 46 .PHONY: all clean distclean mrproper install