~ chicken-core (chicken-5) e4307e3ecd44958f8333b4a6193a5d13407b4783
commit e4307e3ecd44958f8333b4a6193a5d13407b4783 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Nov 11 05:51:52 2010 -0500 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Nov 11 05:51:52 2010 -0500 fixed bug in rules-make for static programs diff --git a/rules.make b/rules.make index 7eae3b39..bd4246c6 100644 --- a/rules.make +++ b/rules.make @@ -200,7 +200,7 @@ define declare-always-static-utility-program-object $(1)$(O): $(1).c chicken.h $$(CHICKEN_CONFIG_H) $$(C_COMPILER) $$(C_COMPILER_OPTIONS) \ $$(C_COMPILER_STATIC_OPTIONS) \ - $$(C_COMPILER_COMPILE_OPTION) $$(C_COMPILER_OPTIMIZATION_OPTIONS) $$< $$(C_COMPILER_OUTPUT) + $$(C_COMPILER_COMPILE_OPTION) $$(C_COMPILER_OPTIMIZATION_OPTIONS) $$< $$(C_COMPILER_OUTPUT) \ $$(INCLUDES) endefTrap