~ chicken-core (chicken-5) ab66b6f5b887b5d1d9a1af8ad2aadb07fc229da1


commit ab66b6f5b887b5d1d9a1af8ad2aadb07fc229da1
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Dec 7 22:46:42 2017 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Dec 7 22:46:42 2017 +0100

    drop unused make def

diff --git a/rules.make b/rules.make
index d433b201..b44c42ec 100644
--- a/rules.make
+++ b/rules.make
@@ -180,16 +180,6 @@ $(foreach obj, $(UTILITY_PROGRAM_OBJECTS_1),\
           $(eval $(call declare-utility-program-object,$(obj))))
 
 
-# static program objects
-
-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) \
-	  $$(INCLUDES)
-endef
-
 # resource objects
 
 %.rc.o: %.rc
Trap