pull up r18763 from trunk
authorTom Yu <tlyu@mit.edu>
Wed, 8 Nov 2006 23:44:43 +0000 (23:44 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 8 Nov 2006 23:44:43 +0000 (23:44 +0000)
 r18763@cathode-dark-space:  epeisach | 2006-11-05 09:37:28 -0500
 ticket: new
 subject: Make clean in lib/kdb leaves error table files
 tags: pullup

 Remove adb_err.c and adb_err.h on make clean.

ticket:4625
version_fixed: 1.6

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18776 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/Makefile.in

index 9929e1f0d5d2e3d308a16bb69a2897bd1e466330..5b0f2e6a2e51253d591fa972a5410834710dfd38 100644 (file)
@@ -50,6 +50,7 @@ STLIBOBJS= \
 all-unix:: all-liblinks
 install-unix:: install-libs
 clean-unix:: clean-liblinks clean-libs clean-libobjs
+       $(RM) adb_err.c adb_err.h
 
 @lib_frag@
 @libobj_frag@