aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-20 04:31:30 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-20 04:31:30 +0000
commitbf1ec57e744b6bbed08047cd1f1f35bfa9751675 (patch)
treea87628033b7438a828083ec84d1c925f3d3dc8a4 /gtk/Makefile.nmake
parent617eac4ded1bd802f2d442f122d67402174b8747 (diff)
Replace some spaces by TAB to make vim with syntax highlighting happy
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13437 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 31f6bb1d9f..8b2d49795e 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -20,7 +20,7 @@ EUG_CFLAGS=-DETHEREAL_EUG_DIR
!ENDIF
.c.obj::
- $(CC) $(CVARSDLL) $(CFLAGS) $(EUG_CFLAGS) -Fd.\ -c $<
+ $(CC) $(CVARSDLL) $(CFLAGS) $(EUG_CFLAGS) -Fd.\ -c $<
include Makefile.common