fixed not to install in *BSD, but perhaps on Solaris, cannot install
authorMotonobu Takahashi <monyo@samba.org>
Sat, 29 Sep 2001 20:06:35 +0000 (20:06 +0000)
committerMotonobu Takahashi <monyo@samba.org>
Sat, 29 Sep 2001 20:06:35 +0000 (20:06 +0000)
(This used to be commit a91777fb4711bfffafa96e0393ad8159b30a8853)

source3/po/Makefile.in

index c7f47eaf313af5967b089b0d628490a501567c60..417827413e73ea5b5ee28428b2b2dcd75615ad07 100644 (file)
@@ -25,7 +25,7 @@ gettextsrcdir = $(prefix)/share/gettext/po
 subdir = po
 
 INSTALL = /usr/bin/install -c
-INSTALL_DATA = $(SHELL) ${INSTALL} -m 644
+INSTALL_DATA = ${INSTALL} -m 644
 MKINSTALLDIRS = $(top_srcdir)/script/./mkinstalldirs
 
 CC = gcc
@@ -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 \