diff options
| author | Vlad Ionescu <vlad@lshift.net> | 2009-09-01 16:14:42 +0100 |
|---|---|---|
| committer | Vlad Ionescu <vlad@lshift.net> | 2009-09-01 16:14:42 +0100 |
| commit | 32330a3c23276a77d6ecc89450191c534d344923 (patch) | |
| tree | 3c6bb543724b45837930b648c0b23b97ee2a12c3 | |
| parent | 74018f6feadbf3dcf79207e31a2d32a56475f598 (diff) | |
| download | rabbitmq-server-git-32330a3c23276a77d6ecc89450191c534d344923.tar.gz | |
nicer enumeration of otp applications rabbit depends on
| -rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |
