mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
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
This commit is contained in:
parent
a8318facc4
commit
49a1602050
@ -347,8 +347,9 @@ install-lib-samples: $(DESTDIR)$(libdir) install-lib-main
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user