merge of '32ab27272f37631d19a2de18957dbd3213c1827b'

Sat, 03 Jul 2010 01:01:39 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Sat, 03 Jul 2010 01:01:39 +0000
changeset 30487
e5c59745faf9
parent 30485
32ab27272f37 (current diff)
parent 30486
987bed7429a5 (diff)
child 30488
48928cd5e79e

merge of '32ab27272f37631d19a2de18957dbd3213c1827b'
and '987bed7429a5338e25a232dc6a6be3fdc7742628'

--- a/libpurple/plugins/Makefile.mingw	Sat Jul 03 00:59:58 2010 +0000
+++ b/libpurple/plugins/Makefile.mingw	Sat Jul 03 01:01:39 2010 +0000
@@ -55,7 +55,7 @@
 	$(MAKE) -C $(SSL_PLUGIN) -f $(MINGW_MAKEFILE) install
 	cp *.dll $(PURPLE_INSTALL_PLUGINS_DIR)
 
-.c.dll:
+%.dll: %.c $(PURPLE_CONFIG_H) $(PURPLE_VERSION_H)
 	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
 	$(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
 
--- a/pidgin/plugins/Makefile.mingw	Sat Jul 03 00:59:58 2010 +0000
+++ b/pidgin/plugins/Makefile.mingw	Sat Jul 03 01:01:39 2010 +0000
@@ -73,7 +73,7 @@
 	$(MAKE) -C $(WINPREFS_PLUGIN) -f $(MINGW_MAKEFILE) install
 	cp *.dll $(PIDGIN_INSTALL_PLUGINS_DIR)
 
-.c.dll:
+%.dll: %.c $(PURPLE_CONFIG_H) $(PURPLE_VERSION_H)
 	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
 	$(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
 

mercurial