aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-14 10:17:13 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-14 10:17:13 +0000
commit2dfa5ccebef2d40b156864d746545b724828d506 (patch)
treef93e053141876d1fe7174c78fef190abb4cf99a6 /plugins/ethercat
parent81c7e34905dda31af57c214403d27192fd6b12d3 (diff)
From Artem Tamazov via. 3899:
Remove superfluous /MP svn path=/trunk/; revision=29410
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/Makefile.nmake b/plugins/ethercat/Makefile.nmake
index 401320716f..810e87397e 100644
--- a/plugins/ethercat/Makefile.nmake
+++ b/plugins/ethercat/Makefile.nmake
@@ -9,7 +9,7 @@ include moduleinfo.nmake
include Makefile.common
-CFLAGS=/WX /MP /DHAVE_CONFIG_H /I../.. $(GLIB_CFLAGS) \
+CFLAGS=/WX /DHAVE_CONFIG_H /I../.. $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
.c.obj::