Skip to content

Commit

Permalink
[ci] debug windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jan 10, 2024
1 parent de711e7 commit 3410a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ $(OBJDIR)/%.o : $(SRCDIR)/%.c
set -e ;\
depFileName=$(OBJDIR)/$*.d ;\
$(CC) -MM $(CFLAGS) $< -o $${depFileName} $(DEFINE_USE_CJSON_SO) $(DEFINE_USE_LIST_SO) $(DEFINE_USE_MUSTACHE_SO) ;\

sed -e 's|.*:|$@:|' < $${depFileName} > $${depFileName}.tmp ;\
cp -f $${depFileName}.tmp $${depFileName} ;\
sed -e 's/.*://' -e 's/\\$$//' < $${depFileName}.tmp | fmt -1 | \
Expand Down

0 comments on commit 3410a45

Please sign in to comment.