From c761f3ddde786e4ced1022ec5570d4cb2ce15169 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Mon, 26 Apr 2010 18:15:16 -0400 Subject: [PATCH] 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 --- src/rxkad/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rxkad/Makefile.in b/src/rxkad/Makefile.in index dc9ae2c607..f8320602d2 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)