summaryrefslogtreecommitdiff
path: root/admin/make-emacs
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /admin/make-emacs
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'admin/make-emacs')
-rwxr-xr-xadmin/make-emacs6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/make-emacs b/admin/make-emacs
index ac9d9d763d2..fa7310ce94d 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -111,7 +111,7 @@ if (@ARGV && $ARGV[0] eq "all")
system ("$make clean versionclean") if $all;
-if ($wall)
+if ($wall)
{
$warn = "-Wall";
}
@@ -125,14 +125,14 @@ $defs = "-DGLYPH_DEBUG=1" unless $optim;
$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";
}