mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix typo
This commit is contained in:
parent
b486f9b944
commit
10e787041f
1 changed files with 4 additions and 1 deletions
|
|
@ -23,9 +23,12 @@ ucgendat: $(LIBRARY) ucgendat.o
|
|||
$(LTLINK) $(LDFLAGS) -o $@ ucgendat.o $(LIBS)
|
||||
./ucgendat $(srcdir)/UnicodeData.txt
|
||||
|
||||
DATFILES = case.dat cmbcl.dat ctype.dat decomp.dat num.dat
|
||||
|
||||
install-local: $(PROGRAMS) FORCE
|
||||
-$(MKDIR) $(DESTDIR)$(datadir)/ucdata
|
||||
@for i $(DATFILES); do \
|
||||
@for i in $(DATFILES); do \
|
||||
echo $(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue