updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / erlang-xmlrpc / makefile.patch
blob6ab0db56f1b7e78fc0e54034ec2c823c687e4996
1 --- 1/Makefile 2011-12-15 03:29:11.128783570 +0100
2 +++ 2/Makefile 2011-12-15 03:30:30.209751269 +0100
3 @@ -1,5 +1,5 @@
4 # Update the XMERL_PATH to point at your xmerl installation.
5 -XMERL_PATH=../../xmerl
6 +XMERL_PATH=/usr/lib/erlang/lib/xmerl-1.2.10
8 # Do not change anything below this line.
9 ifeq ($(DEBUG),true)
10 @@ -9,7 +9,7 @@
11 endif
13 ERLC=erlc
14 -ERLC_FLAGS=-W $(DEBUG_FLAGS) -I $(XMERL_PATH)/inc -o ../ebin
15 +ERLC_FLAGS=-W $(DEBUG_FLAGS) -I $(XMERL_PATH)/include -o ../ebin
16 MODULES=xmlrpc xmlrpc_decode xmlrpc_encode xmlrpc_http xmlrpc_util tcp_serv
17 EBIN_FILES=$(MODULES:%=../ebin/%.beam)