diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2008-03-22 16:42:28 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2008-03-22 16:42:28 +0000 |
commit | f7a9e5bac0e1d9287de38dca2d24408978b8c240 (patch) | |
tree | 89584f9502469d87881318703102799d79c9b93e /src | |
parent | * doc/guide.tex: Document service_check_from (EJAB-576) (diff) |
* src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass (EJAB-583).
SVN Revision: 1249
Diffstat (limited to 'src')
-rw-r--r-- | src/eldap/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in index 0b8273628..4e1e87688 100644 --- a/src/eldap/Makefile.in +++ b/src/eldap/Makefile.in @@ -16,11 +16,11 @@ ifdef debug endif OUTDIR = .. -SOURCES = $(wildcard *.erl) +SOURCES = $(wildcard *.erl) ELDAPv3.erl BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam)) -all: $(BEAMS) +all: $(BEAMS) ELDAPv3.beam ELDAPv3.erl: ELDAPv3.asn @ERLC@ -bber_bin -W $(EFLAGS) $< |