a1c5ab65c8
PR 156477 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
11 lines
229 B
Text
11 lines
229 B
Text
--- Makefile.orig 2011-04-15 01:19:47.000000000 +0400
|
|
+++ Makefile 2011-04-18 20:56:06.000000000 +0400
|
|
@@ -30,7 +30,7 @@
|
|
|
|
compile:
|
|
ERL_LIBS=$(ERL_LIBS) erl -make
|
|
- (cd deps/ibrowse && make)
|
|
+ (cd deps/ibrowse && gmake)
|
|
|
|
|
|
|