aboutsummaryrefslogtreecommitdiff
path: root/security/pidgin-otr/files/patch-Makefile
blob: 61a09b299f92ee20eaae9482a4dc96b1f4f93425 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- Makefile.bak	Fri Dec 17 16:19:08 2004
+++ Makefile	Fri Dec 17 16:19:16 2004
@@ -1,4 +1,4 @@
 all install clean distclean:
-	make -C libotr $@
-	make -C gaim-otr $@
-	make -C tools $@
+	gmake -C libotr $@
+	gmake -C gaim-otr $@
+	gmake -C tools $@