Skip to content
Snippets Groups Projects
Commit cb8f5604 authored by Julien Signoles's avatar Julien Signoles
Browse files

[Makefile] fix 'make install'

parent c4ca94cb
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ install:: ...@@ -136,7 +136,7 @@ install::
$(E_ACSL_DIR)/doc/manuals/e-acsl-manual.pdf \ $(E_ACSL_DIR)/doc/manuals/e-acsl-manual.pdf \
$(FRAMAC_SHARE)/manuals $(FRAMAC_SHARE)/manuals
$(PRINT_INSTALL) E-ACSL scripts $(PRINT_INSTALL) E-ACSL scripts
find scripts -maxdepth 1 -type f -executable -exec $(CP) {} $(BINDIR) \; $(CP) $(E_ACSL_DIR)/scripts/e-acsl-gcc.sh $(BINDIR)
uninstall:: uninstall::
$(PRINT_RM) E-ACSL share files $(PRINT_RM) E-ACSL share files
...@@ -146,7 +146,7 @@ uninstall:: ...@@ -146,7 +146,7 @@ uninstall::
$(FRAMAC_SHARE)/manuals/e-acsl-implementation.pdf \ $(FRAMAC_SHARE)/manuals/e-acsl-implementation.pdf \
$(FRAMAC_SHARE)/manuals/e-acsl-manual.pdf $(FRAMAC_SHARE)/manuals/e-acsl-manual.pdf
$(PRINT_RM) E-ACSL scripts $(PRINT_RM) E-ACSL scripts
find scripts -maxdepth 1 -type f -executable -execdir $(RM) $(BINDIR)/{} \; $(RM) $(BINDIR)/e-acsl-gcc.sh
################################ ################################
# Building source distribution # # Building source distribution #
......
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