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 @@ -860,16 +860,16 @@ GIT_DESCRIBE = $(shell git describe --always --dirty || printf "unknown\n")
860860$(OBJDIR ) /interface/ceed-config.c : Makefile
861861 @$(file >$@ ,#include <ceed-impl.h>) \
862862 $(file >>$@ ,int CeedGetGitVersion(const char ** git_version) {) \
863- $(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
863+ $(file >>$@ , * git_version = "$(GIT_DESCRIBE ) ";) \
864864 $(file >>$@ , return 0;) \
865- $(file >>$@,}) \
866- $(file >>$@,) \
867- $(file >>$@,int CeedGetBuildConfiguration(const char **build_config) {) \
868- $(file >>$@, *build_config =) \
869- $(foreach v,$(CONFIG_VARS),$(file >>$@,"$(v) = $($(v))\n")) \
865+ $(file >>$@ ,}) \
866+ $(file >>$@ ,) \
867+ $(file >>$@ ,int CeedGetBuildConfiguration(const char ** build_config) {) \
868+ $(file >>$@ , * build_config =) \
869+ $(foreach v,$(CONFIG_VARS ) ,$(file >>$@ ,"$(v ) = $($(v ) ) \n") ) \
870870 $(file >>$@ , ;) \
871871 $(file >>$@ , return 0;) \
872- $(file >>$@,})
872+ $(file >>$@ ,})
873873
874874$(OBJDIR ) /interface/ceed-jit-source-root-default.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"$(abspath ./include) /\""
875875$(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