summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-10 09:43:52 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-10 09:43:52 +0100
commitd025ff14646cb520be346cc1e8128f3ebad8db66 (patch)
tree90f7ab07bae52bd5d13d58109204c60e06c12008
parent4c4d9ee76e831f09d04261e12da6597e5598aeef (diff)
make use of /MP (hint from XhmikosR)
-rw-r--r--src/common/makefile.mak2
-rw-r--r--src/fe-gtk/makefile.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/makefile.mak b/src/common/makefile.mak
index e6935a8b..3ef6bad1 100644
--- a/src/common/makefile.mak
+++ b/src/common/makefile.mak
@@ -32,7 +32,7 @@ all: $(COMMON_OBJECTS) xchatcommon.lib
 xchatcommon.lib: $(COMMON_OBJECTS)
 	lib /nologo /out:xchatcommon.lib $(COMMON_OBJECTS)
 
-.c.obj:
+.c.obj::
 	$(CC) $(CFLAGS) $(GLIB) $<
 
 clean:
diff --git a/src/fe-gtk/makefile.mak b/src/fe-gtk/makefile.mak
index 39a8eabd..f210181a 100644
--- a/src/fe-gtk/makefile.mak
+++ b/src/fe-gtk/makefile.mak
@@ -42,7 +42,7 @@ PROG = xchat.exe
 
 all: $(PROG)
 
-.c.obj:
+.c.obj::
 	$(CC) $(CFLAGS) -I..\..\plugins $(GLIB) $(GTK) $<
 
 $(PROG): $(FEGTK_OBJECTS) $(COMLIB) xchat-icon.obj