aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-31 10:58:18 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-31 10:58:18 +0000
commit438370a48de139d067f7f7e320b6ee5e9dad13d0 (patch)
tree57707ac8a228a579b30047b9d974edcffb426412
parent3c9f26577f8e2ef557e6282f08e91f2306c0c4ea (diff)
Remove trailing whitespaces.
svn path=/trunk/; revision=6155
-rw-r--r--gtk/Makefile.am10
-rw-r--r--gtk/Makefile.nmake4
-rw-r--r--gtk2/Makefile.nmake4
3 files changed, 9 insertions, 9 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8f7950688f..2decf8b077 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1,22 +1,22 @@
# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
-# $Id: Makefile.am,v 1.39 2002/06/27 19:06:56 guy Exp $
+# $Id: Makefile.am,v 1.40 2002/08/31 10:58:18 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
# Copyright 1998 Gerald Combs
-#
+#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -100,4 +100,4 @@ libui_a_SOURCES = \
EXTRA_DIST = \
Makefile.nmake \
print_mswin.c \
- print_mswin.h
+ print_mswin.h
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index dd0c5a3308..b79ba03295 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.27 2002/06/19 20:44:05 jfoster Exp $
+# $Id: Makefile.nmake,v 1.28 2002/08/31 10:58:18 jmayer Exp $
include ..\config.nmake
@@ -61,7 +61,7 @@ OBJECTS=capture_dlg.obj \
libui.lib : ..\config.h $(OBJECTS)
- lib /out:libui.lib $(OBJECTS)
+ lib /out:libui.lib $(OBJECTS)
clean:
diff --git a/gtk2/Makefile.nmake b/gtk2/Makefile.nmake
index 2bfd1a7962..f0be257671 100644
--- a/gtk2/Makefile.nmake
+++ b/gtk2/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.1 2002/08/31 09:55:20 oabad Exp $
+# $Id: Makefile.nmake,v 1.2 2002/08/31 10:57:29 jmayer Exp $
include ..\config.nmake
@@ -61,7 +61,7 @@ OBJECTS=capture_dlg.obj \
libui.lib : ..\config.h $(OBJECTS)
- lib /out:libui.lib $(OBJECTS)
+ lib /out:libui.lib $(OBJECTS)
clean: