Searched refs:PODIR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A DMakefile959 PODIR = po macro
1707 @if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1708 cd $(PODIR); \
1711 -@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1712 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) converted; \
1717 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) update-po
1814 -if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1815 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
1824 if test -d $(PODIR); then \
1825 cd $(PODIR);
[all...]

Completed in 285 milliseconds