Maxim Sokhatsky 11 лет назад
Родитель
Сommit
8f45a8f4ac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      otp.mk

+ 1 - 1
otp.mk

@@ -12,7 +12,7 @@ relx  := "{release,{$(RELEASE),\"$(VER)\"},[$(subst $(space),$(comma),$(APPS))]}
 test: eunit ct
 test: eunit ct
 compile: get-deps static-link
 compile: get-deps static-link
 delete-deps get-deps compile clean update-deps:
 delete-deps get-deps compile clean update-deps:
-	rebar $@
+	rebar $@ skip_deps=true
 .applist:
 .applist:
 	./depman.erl $(APPS) > $@
 	./depman.erl $(APPS) > $@
 $(RUN_DIR) $(LOG_DIR):
 $(RUN_DIR) $(LOG_DIR):