GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Erlang HTTP toolkit
Clone URL: git://github.com/abhay/mochiweb.git
project skeleton and script

git-svn-id: http://mochiweb.googlecode.com/svn/trunk@30 
583d1f64-3c3e-0410-8459-0f15fcd77d59
bob.ippolito (author)
Fri Dec 07 00:01:25 -0800 2007
commit  b8649e8e76d9b7551adccf68a7b02c859227ec07
tree    ffe4509225eaf5f7d31d72b0a24b92b835000afb
parent  ef37fc32ba9fb943a1168ea444e71eec32d3f1b7
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ ERL := erl
0
 ERLC := $(ERL)c
0
 
0
 INCLUDE_DIRS := ../include $(wildcard ../deps/*/include)
0
-EBIN_DIRS := $(wildcard ../deps/*/ebin ../../*/ebin)
0
+EBIN_DIRS := $(wildcard ../deps/*/ebin)
0
 ERLC_FLAGS := -W $(INCLUDE_DIRS:../%=-I ../%) $(EBIN_DIRS:%=-pa %)
0
 
0
 ifndef no_debug_info

Comments

    No one has commented yet.