Makefile: remove deprecated +driver option

This commit is contained in:
Harald Welte 2013-06-10 13:39:14 +02:00
parent efbaae2b38
commit 0f844098b2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ERLC = erlc
ERLCFLAGS = -b beam -W -v +warn_unused_vars +debug_info -o $(EBIN)
ASNC = $(ERLC)
ASNCFLAGS = -W -b ber_bin +optimize +driver +debug_info
ASNCFLAGS = -W -b ber_bin +optimize +debug_info
$(EBIN)/%.beam:%.erl
$(ERLC) $(ERLCFLAGS) $<