~ chicken-core (chicken-5) b0762667a4497b2fe938f3b16c6fcd29b2ca4623
commit b0762667a4497b2fe938f3b16c6fcd29b2ca4623
Author: felix <felix@p.callcc.org>
AuthorDate: Sun Apr 7 12:39:00 2019 +0200
Commit: Kooda <kooda@upyum.com>
CommitDate: Mon Apr 8 13:53:13 2019 +0200
remove c-object components from installed file list
Signed-off-by: Kooda <kooda@upyum.com>
diff --git a/egg-compile.scm b/egg-compile.scm
index bffcf7fa..4f8bd538 100644
--- a/egg-compile.scm
+++ b/egg-compile.scm
@@ -247,10 +247,6 @@
(let ((dest (destination-repository mode #t))
;; Respect install-name if specified
(rtarget (or oname target)))
- (addfiles
- (if (memq 'static link)
- (list (conc dest "/" rtarget objext))
- '()))
(set! objs
(cons (list target dependencies: cdeps source: src
options: opts
Trap