From 3f2892689e6540a8654272903e101a5d18585061 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 27 Jul 2012 11:50:04 +0200 Subject: [build] add a comment about preserving order of module list --- skel/tools/build/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'skel') diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in index 696c3bb..91f253e 100644 --- a/skel/tools/build/Makefile.in +++ b/skel/tools/build/Makefile.in @@ -50,6 +50,8 @@ LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @libs@ @icu_shared@ PERL6_EXE = perl6$(EXE) PERL6_LANG_DIR = $(PARROT_LIB_DIR)/languages/perl6 +# This list must be kept in order, modules always coming after their +# dependencies MODULES = \ modules/zavolaj \ modules/xml-writer \ -- cgit v1.1