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

[E-ACSL] fix Makefile bug

parent 597159cd
No related branches found
No related tags found
No related merge requests found
...@@ -100,5 +100,12 @@ include $(FRAMAC_SHARE)/Makefile.dynamic ...@@ -100,5 +100,12 @@ include $(FRAMAC_SHARE)/Makefile.dynamic
# Regenerating the Makefile on need # # Regenerating the Makefile on need #
##################################### #####################################
$(E_ACSL_DIR)/Makefile: $(E_ACSL_DIR)/Makefile.in $(E_ACSL_DIR)/config.status ifeq ("$(FRAMAC_INTERNAL)","yes")
cd $(E_ACSL_DIR) && ./config.status CONFIG_STATUS_DIR=$(FRAMAC_SRC)
else
CONFIG_STATUS_DIR=$(E_ACSL_DIR)
endif
$(E_ACSL_DIR)/Makefile: $(E_ACSL_DIR)/Makefile.in \
$(CONFIG_STATUS_DIR)/config.status
cd $(CONFIG_STATUS_DIR) && ./config.status
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