changeset 7042:d3f8aa123372

[gaim-migrate @ 7605] <SimGuy> did you forget about the makefile again? :P I was just waiting for the right moment. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:59:25 +0000
parents a671a28bc50b
children 35a567991f76
files plugins/ssl/Makefile.mingw
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ssl/Makefile.mingw	Mon Sep 29 23:58:24 2003 +0000
+++ b/plugins/ssl/Makefile.mingw	Mon Sep 29 23:59:25 2003 +0000
@@ -103,8 +103,7 @@
 
 .PHONY: all clean
 
-all: $(TARGET).dll
-all: $(TARGET_NSS).dll
+all: $(TARGET).dll $(TARGET_NSS).dll
 
 install:
 	cp $(TARGET).dll $(DLL_INSTALL_DIR)