lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master aebe56b 17/18: Don't copy compiler runtime fi


From: Greg Chicares
Subject: [lmi-commits] [lmi] master aebe56b 17/18: Don't copy compiler runtime files to build directory
Date: Wed, 29 May 2019 18:49:10 -0400 (EDT)

branch: master
commit aebe56bb16eae75e4a3ad029b27bf5d49ed20086
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Don't copy compiler runtime files to build directory
    
    The copies on $PATH suffice.
---
 GNUmakefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 17a3c17..5860c46 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -247,7 +247,6 @@ $(build_dir): $(gpl_files)
        address@hidden -d $(locallibdir)     ] || $(MKDIR) --parents 
$(locallibdir)
        address@hidden -d $(localincludedir) ] || $(MKDIR) --parents 
$(localincludedir)
        address@hidden z in $(compiler_runtime_files); do \
-           $(CP) --archive --update $$z $@ ; \
            $(CP) --archive --update $$z $(localbindir) ; \
          done;
        address@hidden(MAKETARGET)



reply via email to

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