Skip to content
Snippets Groups Projects
Commit 3aaeeca6 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

How dare a punny plug-in use Makefile variables belonging to the mighty kernel?

parent ef3e562b
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,9 @@ EXPORT =e-acsl-$(EACSL_VERSION) ...@@ -150,7 +150,9 @@ EXPORT =e-acsl-$(EACSL_VERSION)
DOC_FILES= doc/manuals/e-acsl-manual.pdf \ DOC_FILES= doc/manuals/e-acsl-manual.pdf \
doc/manuals/e-acsl.pdf doc/manuals/e-acsl-implementation.pdf doc/manuals/e-acsl.pdf doc/manuals/e-acsl-implementation.pdf
DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \ EACSL_DISTRIB_FILES=\
$(filter-out \
$(wildcard *local_config.ml), $(wildcard *.ml)) \
$(wildcard *.mli) \ $(wildcard *.mli) \
configure.ac Makefile.in \ configure.ac Makefile.in \
doc/Changelog \ doc/Changelog \
...@@ -164,7 +166,7 @@ DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \ ...@@ -164,7 +166,7 @@ DISTRIB_FILES= $(filter-out $(wildcard *local_config.ml), $(wildcard *.ml)) \
e-acsl-distrib: .depend e-acsl-distrib: .depend
$(PRINT_TAR) tmp-distrib $(PRINT_TAR) tmp-distrib
$(TAR) cf tmp.tar $(DISTRIB_FILES) $(TAR) cf tmp.tar $(EACSL_DISTRIB_FILES)
$(PRINT_MAKING) export directories $(PRINT_MAKING) export directories
$(MKDIR) $(EXPORT) $(MKDIR) $(EXPORT)
$(PRINT_UNTAR) tmp-distrib $(PRINT_UNTAR) tmp-distrib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment