mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-2408 Fix make clean for CygWin
X-SVN-Rev: 14604
This commit is contained in:
parent
c93a7ca4bc
commit
6a2cf62c25
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ RESFILES=$(RESSRC:$(RESOURCESDIR)$(FILESEPCHAR)%.txt=$(RESDIR)/$(RESOURCESDIR)$(
|
|||
|
||||
SECTION = 1
|
||||
|
||||
ALL_MAN_FILES = $(TARGET).$(SECTION)
|
||||
ALL_MAN_FILES = $(TARGET:$(EXEEXT)=).$(SECTION)
|
||||
|
||||
## Extra files to remove for 'make clean'
|
||||
CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES)
|
||||
|
|
Loading…
Add table
Reference in a new issue