fix(library): remove LEAN_VERSION_FILE from Makefile.common, it breaks the build on Linux

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-08-14 17:53:07 -07:00
parent 343407b1b6
commit e1c97d1fc4

View file

@ -7,11 +7,11 @@ LEAN_VERSION_FILE = $(shell dirname $(LEAN))/version
all: $(OLEAN_FILES) $(DEP_FILES)
%.olean: %.lean $(LEAN_VERSION_FILE)
%.olean: %.lean
@rm -f $@
$(LEAN) $(LEAN_OPTIONS) $< -o $@ -c $(@:.olean=.clean)
%.d: %.lean $(LEAN_VERSION_FILE)
%.d: %.lean
@echo Making dependency file \'$@\' ...
@rm -f $@
@rm -f $@.tmp