From: Jeffrey Altman Date: Mon, 28 Aug 2006 05:29:35 +0000 (+0000) Subject: STABLE14-windows-cleanup-20060828 X-Git-Tag: openafs-stable-1_4_2fc2~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bbd3babf0785a466af50b805b9b7c165af185494;p=packages%2Fo%2Fopenafs.git STABLE14-windows-cleanup-20060828 cleanup AFS_component_version_number.h the right way (cherry picked from commit 93cd9cb88c813159712922e3bd46722913834b68) --- diff --git a/src/WINNT/client_cpa/lang/NTMakefile b/src/WINNT/client_cpa/lang/NTMakefile index ff6e80e41..f5d0b6aa1 100644 --- a/src/WINNT/client_cpa/lang/NTMakefile +++ b/src/WINNT/client_cpa/lang/NTMakefile @@ -48,7 +48,11 @@ $(DLLFILE) : $(DLLOBJS) install : $(DLLFILE) clean :: - $(DEL) *.res RC* RD* $(DLLFILE) + $(DEL) $(RESFILE) + $(DEL) RC* + $(DEL) RD* + $(DEL) $(DLLFILE) + $(DEL) AFS_component_version_number.h ############################################################################ # diff --git a/src/WINNT/client_exp/lang/NTMakefile b/src/WINNT/client_exp/lang/NTMakefile index 15847942e..50fb7e1ab 100644 --- a/src/WINNT/client_exp/lang/NTMakefile +++ b/src/WINNT/client_exp/lang/NTMakefile @@ -48,7 +48,11 @@ $(DLLFILE) : $(DLLOBJS) install : $(DLLFILE) clean :: - $(DEL) $(OUT)\*.res RC* RD* $(DLLFILE) AFS_component_version_number.h + $(DEL) $(RESFILE) + $(DEL) RC* + $(DEL) RD* + $(DEL) $(DLLFILE) + $(DEL) AFS_component_version_number.h ############################################################################ #