Changeset ec91e5d5ab0cc4dfee17321e352ee5c580dcc5e8
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb15102b
|
rec91e5d
|
|
| 105 | 105 | install-data-yes: all |
| 106 | 106 | if test -r "$(MKINSTALLDIRS)"; then \ |
| 107 | | $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ |
| | 107 | $(SHELL) $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ |
| 108 | 108 | else \ |
| 109 | 109 | $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ |