From: Marc Dionne Date: Mon, 26 Apr 2010 22:15:16 +0000 (-0400) Subject: Overzealous clean target under rxkad X-Git-Tag: openafs-devel-1_5_75~367 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c761f3ddde786e4ced1022ec5570d4cb2ce15169;p=packages%2Fo%2Fopenafs.git Overzealous clean target under rxkad The clean target under rxkad removes sboxes.h and fcrypt.h, since they used to get copied there from the domestic subdir. Now that they actually live under rxkad, they souldn't be removed. Change-Id: I867496dd0d3dd997d402ebfbfc6272447b1af98e Reviewed-on: http://gerrit.openafs.org/1847 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/rxkad/Makefile.in b/src/rxkad/Makefile.in index dc9ae2c60..f8320602d 100644 --- a/src/rxkad/Makefile.in +++ b/src/rxkad/Makefile.in @@ -125,9 +125,7 @@ dest: librxkad.a fcrypt.h rxkad.h rxkad_prototypes.h # clean: $(RM) -f *.o *.a tcrypt core rxkad_errs.c rxkad.h \ - AFS_component_version_number.c \ - fcrypt.h sboxes.h \ - fc_test + AFS_component_version_number.c fc_test test: cd test; $(MAKE)