lfe: 1.2.1 -> 1.3
Add patches to the builder expression, and add those necessary for 1.3.
This commit is contained in:
committed by
Frederik Rietdijk
parent
82e007f80f
commit
d723b91223
@@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 59f2c06..5ee8f6e 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -60,7 +60,7 @@ ESRCS = $(notdir $(wildcard $(SRCDIR)/*.erl))
|
||||
XSRCS = $(notdir $(wildcard $(SRCDIR)/*.xrl))
|
||||
YSRCS = $(notdir $(wildcard $(SRCDIR)/*.yrl))
|
||||
LSRCS = $(notdir $(wildcard $(LSRCDIR)/*.lfe))
|
||||
-EBINS = $(ESRCS:.erl=.beam) $(XSRCS:.xrl=.beam) $(YSRCS:.yrl=.beam)
|
||||
+EBINS = $(sort $(ESRCS:.erl=.beam) $(XSRCS:.xrl=.beam) $(YSRCS:.yrl=.beam))
|
||||
LBINS = $(LSRCS:.lfe=.beam)
|
||||
|
||||
CSRCS = $(notdir $(wildcard $(CSRCDIR)/*.c))
|
||||
Reference in New Issue
Block a user