Changeset ec91e5d5ab0cc4dfee17321e352ee5c580dcc5e8

Show
Ignore:
Timestamp:
01/06/07 23:33:21 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
6e79d37d501901fdee26f5ff448912aafec6ee69
Children:
c783ccb20725ba91cbe78f25d30949eb562a0e01
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:33:21Z+0000
Message:

[project @ A missing shell call produced build errors]

Original author: Philipp Kern <phil@…>
Date: 2005-05-05 18:39:48+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • po/Makefile.in.in

    rb15102b rec91e5d  
    105105install-data-yes: all 
    106106        if test -r "$(MKINSTALLDIRS)"; then \ 
    107           $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ 
     107          $(SHELL) $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ 
    108108        else \ 
    109109          $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \