small clarifications / lay out
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 3424a87..9b28a95 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -6,7 +6,6 @@
 # brought up to date by running "make Makefile".  (The makesetup also
 # creates config.c from config.c.in in the source directory.)
 
-LINKCC = $(CC)
 # === Variables set by makesetup ===
 
 MODOBJS=	_MODOBJS_
@@ -23,6 +22,8 @@
 RANLIB=		@RANLIB@
 AR=		@AR@
 
+OPT=		@OPT@
+
 DEFS=		@DEFS@
 LIBS=		@LIBS@
 LIBM=		@LIBM@
@@ -47,8 +48,8 @@
 
 # === Variables that are customizable by hand ===
 
+LINKCC=		$(CC)
 INCLDIR=	$(srcdir)/../Include
-OPT=		@OPT@
 CFLAGS=		$(OPT) -I$(INCLDIR) -I.. $(DEFS)
 
 MKDEP=		mkdep