mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-windows-cleanup-20060828
cleanup AFS_component_version_number.h the right way (cherry picked from commit 93cd9cb88c813159712922e3bd46722913834b68)
This commit is contained in:
parent
38f543b2d6
commit
bbd3babf07
@ -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
|
||||
|
||||
############################################################################
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
############################################################################
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user