File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -861,16 +861,16 @@ $(OBJDIR)/interface/ceed-config.c: Makefile
861861 @$(file >$@ ,#include <ceed-impl.h>) \
862862 $(file >>$@ ,) \
863863 $(file >>$@ ,int CeedGetGitVersion(const char ** git_version) {) \
864- $(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
864+ $(file >>$@ , * git_version = "$(GIT_DESCRIBE ) ";) \
865865 $(file >>$@ , return 0;) \
866- $(file >>$@,}) \
867- $(file >>$@,) \
868- $(file >>$@,int CeedGetBuildConfiguration(const char **build_config) {) \
869- $(file >>$@, *build_config =) \
870- $(foreach v,$(CONFIG_VARS),$(file >>$@,"$(v) = $($(v))\n")) \
866+ $(file >>$@ ,}) \
867+ $(file >>$@ ,) \
868+ $(file >>$@ ,int CeedGetBuildConfiguration(const char ** build_config) {) \
869+ $(file >>$@ , * build_config =) \
870+ $(foreach v,$(CONFIG_VARS ) ,$(file >>$@ ,"$(v ) = $($(v ) ) \n") ) \
871871 $(file >>$@ , ;) \
872872 $(file >>$@ , return 0;) \
873- $(file >>$@,})
873+ $(file >>$@ ,})
874874
875875$(OBJDIR ) /interface/ceed-jit-source-root-default.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"$(abspath ./include) /\""
876876$(OBJDIR ) /interface/ceed-jit-source-root-install.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"$(abspath $(includedir ) ) /\""
You can’t perform that action at this time.
0 commit comments