lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch dd609f5 7/8: Copy compiler runtime fil


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch dd609f5 7/8: Copy compiler runtime files to $(bindir) without '--update', as intended
Date: Sat, 27 Apr 2019 09:59:23 -0400 (EDT)

branch: odd/multiarch
commit dd609f5fd34f937d05a34c0fad43ce6d2ba9535f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Copy compiler runtime files to $(bindir) without '--update', as intended
---
 workhorse.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index d54f6ef..d24162d 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1071,7 +1071,7 @@ install: $(default_targets)
        @$(CP) --preserve --update $(help_files) $(datadir)
        @datadir=$(datadir) srcdir=$(srcdir) $(srcdir)/mst_to_xst.sh
        @[ -z "$(compiler_runtime_files)" ] \
-         || $(CP) --preserve --update $(compiler_runtime_files) 
/opt/lmi/local/bin
+         || $(CP) --preserve $(compiler_runtime_files) $(bindir)
 ifeq (,$(USE_SO_ATTRIBUTES))
        @cd $(datadir); $(PERFORM) $(bindir)/product_files$(EXEEXT)
 else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]