~ chicken-core (chicken-5) addbb6df21f8e5e746bd08d772907e35de334134
commit addbb6df21f8e5e746bd08d772907e35de334134
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Dec 11 13:15:16 2010 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat Dec 11 13:15:16 2010 +0100
use WRAPPERDIR for wrapper-install
diff --git a/rules.make b/rules.make
index 7533e600..a44b750f 100644
--- a/rules.make
+++ b/rules.make
@@ -426,7 +426,7 @@ install-other-files:
install-wrappers:
$(foreach prg, $(INSTALLED_PROGRAMS), \
- $(CSI) -s $(SRCDIR)scripts$(SEP)make-wrapper.scm $(prg) "$(IBINDIR)"
+ $(CSI) -s $(SRCDIR)scripts$(SEP)make-wrapper.scm $(prg) "$(WRAPPERDIR)"
uninstall:
$(foreach prog,$(INSTALLED_PROGRAMS),\
Trap