~ chicken-core (chicken-5) c60e1cb38af5143f54e2dbfcce45bf1840a4cc40


commit c60e1cb38af5143f54e2dbfcce45bf1840a4cc40
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Dec 11 01:16:46 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Dec 11 01:16:46 2010 +0100

    correct dist target invocation in toplevel makefile

diff --git a/GNUmakefile b/GNUmakefile
index e9ae6f63..c4041822 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -54,8 +54,7 @@ $(STANDARD_TARGETS):
 	$(MAKE) -f $(SRCDIR)/Makefile.$(PLATFORM) CONFIG=$(CONFIG) $@
 
 dist:
-	$(MAKE) -f $(SRCDIR)/Makefile.$(PLATFORM) CONFIG=$(CONFIG) distfiles
-	csi -s scripts/makedist.scm
+	$(MAKE) -f $(SRCDIR)/Makefile.$(PLATFORM) CONFIG=$(CONFIG) dist
 
 boot-chicken:
 	$(MAKE) -f $(SRCDIR)/Makefile.$(PLATFORM) boot-chicken
Trap