# HG changeset patch # User Titus von Boxberg # Date 1352217726 -3600 # Node ID a8bf927f6e37698de50ab399f6807bd15342ae6b # Parent 75c2df0f7a12f4e6f97f0a989f9cf7c932fd4551 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 Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan> Patchwork-Id: 197532 diff -r 75c2df0f7a12 -r a8bf927f6e37 Makefile.in --- a/Makefile.in Fri Nov 02 04:04:04 2012 +0000 +++ b/Makefile.in Tue Nov 06 17:02:06 2012 +0100 @@ -347,8 +347,9 @@ KCONFIG_FILES := conf mconf nconf kconfig.mk install-lib-kconfig: $(DESTDIR)$(libdir) install-lib-main @echo " INST 'kconfig/'" + @mkdir -p "$(DESTDIR)$(libdir)/kconfig" @for f in $(KCONFIG_FILES); do \ - install -D "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \ + install "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \ done install-doc: $(DESTDIR)$(docdir)