Overzealous clean target under rxkad
authorMarc Dionne <marc.c.dionne@gmail.com>
Mon, 26 Apr 2010 22:15:16 +0000 (18:15 -0400)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Apr 2010 22:28:10 +0000 (15:28 -0700)
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/rxkad/Makefile.in

index dc9ae2c..f832060 100644 (file)
@@ -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)