diff options
Diffstat (limited to 'Src/mkmakemod.sh')
-rw-r--r-- | Src/mkmakemod.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/mkmakemod.sh b/Src/mkmakemod.sh index 2f79acbc3..cd92c7f07 100644 --- a/Src/mkmakemod.sh +++ b/Src/mkmakemod.sh @@ -24,6 +24,7 @@ # autoinfixconds infix condition codes defined by the module, for # autoloading (without the leading `-') # autoprefixconds like autoinfixconds, but for prefix condition codes +# autoparams parameters defined by the module, for autoloading # objects .o files making up this module (*must* be defined) # proto .pro files for this module (default generated from $objects) # headers extra headers for this module (default none) @@ -170,7 +171,7 @@ if $first_stage; then for module in $here_modules; do unset moddeps nozshdep alwayslink hasexport - unset autobins autoinfixconds autoprefixconds + unset autobins autoinfixconds autoprefixconds autoparams unset objects proto headers hdrdeps otherincs . $top_srcdir/$the_subdir/${module}.mdd test -n "${moddeps+set}" || moddeps= |