mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-9230 Merge r31667 into maint-49
X-SVN-Rev: 31668
This commit is contained in:
parent
d43892e127
commit
60e08bc2f4
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
## pkgdataMakefile.in for ICU data
|
||||
## Copyright (c) 2008-2009, International Business Machines Corporation and
|
||||
## Copyright (c) 2008-2012, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Source directory information
|
||||
|
@ -32,7 +32,7 @@ all : clean
|
|||
@echo AR=$(AR) >> $(OUTPUTFILE)
|
||||
@echo ARFLAGS=$(ARFLAGS) >> $(OUTPUTFILE)
|
||||
@echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
|
||||
@echo INSTALL_CMD=$(INSTALL_DATA) >> $(OUTPUTFILE)
|
||||
@echo INSTALL_CMD=$(INSTALL) >> $(OUTPUTFILE)
|
||||
|
||||
|
||||
clean :
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## pkgdataMakefile.in for ICU data
|
||||
## Copyright (c) 2008-2009, International Business Machines Corporation and
|
||||
## Copyright (c) 2008-2012, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Source directory information
|
||||
|
@ -33,7 +33,7 @@ all : clean
|
|||
@echo AR=$(AR) >> $(OUTPUTFILE)
|
||||
@echo ARFLAGS=$(ARFLAGS) >> $(OUTPUTFILE)
|
||||
@echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
|
||||
@echo INSTALL_CMD=$(INSTALL_DATA) >> $(OUTPUTFILE)
|
||||
@echo INSTALL_CMD=$(INSTALL) >> $(OUTPUTFILE)
|
||||
|
||||
clean :
|
||||
$(RMV) $(OUTPUTFILE)
|
||||
|
|
4
source/test/testdata/pkgdataMakefile.in
vendored
4
source/test/testdata/pkgdataMakefile.in
vendored
|
@ -1,5 +1,5 @@
|
|||
## pkgdataMakefile.in for ICU data
|
||||
## Copyright (c) 2008-2009, International Business Machines Corporation and
|
||||
## Copyright (c) 2008-2012, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Source directory information
|
||||
|
@ -33,7 +33,7 @@ all : clean
|
|||
@echo AR=$(AR) >> $(OUTPUTFILE)
|
||||
@echo ARFLAGS=$(ARFLAGS) >> $(OUTPUTFILE)
|
||||
@echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
|
||||
@echo INSTALL_CMD=$(INSTALL_DATA) >> $(OUTPUTFILE)
|
||||
@echo INSTALL_CMD=$(INSTALL) >> $(OUTPUTFILE)
|
||||
|
||||
clean :
|
||||
$(RMV) $(OUTPUTFILE)
|
||||
|
|
Loading…
Add table
Reference in a new issue