We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71edbd7 commit cc4fdefCopy full SHA for cc4fdef
Makefile
@@ -858,7 +858,8 @@ $(OBJDIR)/ceed.pc : pkgconfig-prefix = $(prefix)
858
GIT_DESCRIBE = $(shell git describe --always --dirty 2>/dev/null || printf "unknown\n")
859
860
$(OBJDIR)/interface/ceed-config.c: Makefile
861
- @$(file >$@,#include <ceed-impl.h>) \
+ @touch $(OBJDIR)/interface/ceed-config.c
862
+ $(file >$@,#include <ceed-impl.h>) \
863
$(file >>$@,) \
864
$(file >>$@,int CeedGetGitVersion(const char **git_version) {) \
865
$(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
0 commit comments