mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-1577 fix definition of DEPS, which caused the warning "no file name for '-incluce'"
X-SVN-Rev: 7293
This commit is contained in:
parent
316aa9b311
commit
3657aa4170
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ ValueRecords.o
|
|||
|
||||
STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
|
||||
|
||||
DEPS = $(LAYOUT_OBJS:.o=.d)
|
||||
DEPS = $(OBJECTS:.o=.d)
|
||||
|
||||
## Header files to install
|
||||
HEADERS= $(srcdir)/*LayoutEngine.h $(srcdir)/LE*.h
|
||||
|
|
Loading…
Add table
Reference in a new issue