Makefile.in: Use only standard options compatible with BSD install
authorTitus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103a8bf927f6e37
parent 3102 75c2df0f7a12
child 3104 7da91f9ba328
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
Makefile.in
     1.1 --- a/Makefile.in	Fri Nov 02 04:04:04 2012 +0000
     1.2 +++ b/Makefile.in	Tue Nov 06 17:02:06 2012 +0100
     1.3 @@ -347,8 +347,9 @@
     1.4  KCONFIG_FILES := conf mconf nconf kconfig.mk
     1.5  install-lib-kconfig: $(DESTDIR)$(libdir) install-lib-main
     1.6  	@echo "  INST    'kconfig/'"
     1.7 +	@mkdir -p "$(DESTDIR)$(libdir)/kconfig"
     1.8  	@for f in $(KCONFIG_FILES); do                                      \
     1.9 -	    install -D "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \
    1.10 +	    install "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}";    \
    1.11  	 done
    1.12  
    1.13  install-doc: $(DESTDIR)$(docdir)