diff options
author | Motonobu Takahashi <monyo@samba.org> | 2001-09-29 20:07:26 +0000 |
---|---|---|
committer | Motonobu Takahashi <monyo@samba.org> | 2001-09-29 20:07:26 +0000 |
commit | 14b47c8c539777e2b7415130b180aff015c4c3cb (patch) | |
tree | 9c1a6d0e6f00c6c0b48b9efa63d8ab66b2744999 /source3/po | |
parent | 51bb6e82488c6253613c3626eed0de8f04c0849c (diff) | |
download | samba-14b47c8c539777e2b7415130b180aff015c4c3cb.tar.gz |
fixed in *BSD
(This used to be commit d3cb139aff9d232b4d70b197e806759b6fbada3b)
Diffstat (limited to 'source3/po')
-rw-r--r-- | source3/po/Makefile.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/po/Makefile.in.in b/source3/po/Makefile.in.in index 07fadc91d6a..26d5bd29d5b 100644 --- a/source3/po/Makefile.in.in +++ b/source3/po/Makefile.in.in @@ -25,7 +25,7 @@ gettextsrcdir = $(prefix)/share/gettext/po subdir = po INSTALL = @INSTALL@ -INSTALL_DATA = $(SHELL) @INSTALL_DATA@ +INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = $(top_srcdir)/script/@MKINSTALLDIRS@ CC = @CC@ @@ -118,7 +118,7 @@ install-data-basic: else \ $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \ fi - @catalogs='$(CATALOGS)'; \ + catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ case "$$cat" in \ |