ICU-9230 Merge r31667 into maint-49

X-SVN-Rev: 31668
This commit is contained in:
Michael Ow 2012-04-02 16:06:31 +00:00
parent d43892e127
commit 60e08bc2f4
3 changed files with 6 additions and 6 deletions

View file

@ -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 :

View file

@ -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)

View file

@ -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)