Mercurial > emacs
diff admin/make-emacs @ 49600:23a1cea22d13
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 14:56:31 +0000 |
parents | 1b65cbdd3bbd |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/admin/make-emacs Tue Feb 04 13:30:45 2003 +0000 +++ b/admin/make-emacs Tue Feb 04 14:56:31 2003 +0000 @@ -111,7 +111,7 @@ system ("$make clean versionclean") if $all; -if ($wall) +if ($wall) { $warn = "-Wall"; } @@ -125,14 +125,14 @@ $defs = "$defs -DGC_CHECK_MARKED_OBJECTS=1" if $check_marked; $defs = "$defs -DENABLE_CHECKING=1" if $enable_checking; -if ($profile) +if ($profile) { $opts = "-pg"; $defs = "$defs -DPROFILING=1"; } else { - if ($use_stabs) + if ($use_stabs) { $opts = "-gstabs"; }