summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Ionescu <vlad@lshift.net>2009-09-01 16:14:42 +0100
committerVlad Ionescu <vlad@lshift.net>2009-09-01 16:14:42 +0100
commit32330a3c23276a77d6ecc89450191c534d344923 (patch)
tree3c6bb543724b45837930b648c0b23b97ee2a12c3
parent74018f6feadbf3dcf79207e31a2d32a56475f598 (diff)
downloadrabbitmq-server-git-32330a3c23276a77d6ecc89450191c534d344923.tar.gz
nicer enumeration of otp applications rabbit depends on
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index c065ef9c5f..db8854ceaf 100644
--- a/Makefile
+++ b/Makefile
@@ -100,14 +100,7 @@ $(PLT): $(BEAM_TARGETS)
$(BASIC_PLT): $(ERL_HOME)
-dialyzer --plt $@ --build_plt -r \
- $(shell ls -d $(ERL_HOME)/lib/stdlib-*/ebin \
- $(ERL_HOME)/lib/kernel-*/ebin \
- $(ERL_HOME)/lib/mnesia-*/ebin \
- $(ERL_HOME)/lib/os_mon-*/ebin \
- $(ERL_HOME)/lib/ssl-*/ebin \
- $(ERL_HOME)/lib/eunit-*/ebin \
- $(ERL_HOME)/lib/tools-*/ebin \
- $(ERL_HOME)/lib/sasl-*/ebin)
+ $(shell bash -c "ls -d $(ERL_HOME)/lib/{stdlib,kernel,mnesia,os_mon,ssl,eunit,tools,sasl}-*/ebin")
clean:
rm -f $(EBIN_DIR)/*.beam