Skip to content

Commit

Permalink
Include dependencies in Makefile #829
Browse files Browse the repository at this point in the history
  • Loading branch information
letzfets authored and hmenke committed Feb 5, 2020
1 parent c739cf1 commit 314a00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@
\immediate\write\tikzexternal@outmakefile{}%
%
% support for .dep files and auto-dependencies:
\immediate\write\tikzexternal@outmakefile{include $(ALL_FIGURE_NAMES:\tikzexternal@PERCENTchar=\tikzexternal@PERCENTchar.\tikzexternaldepext)}%
\immediate\write\tikzexternal@outmakefile{-include $(ALL_FIGURE_NAMES:\tikzexternal@PERCENTchar=\tikzexternal@PERCENTchar.\tikzexternaldepext)}%
\immediate\write\tikzexternal@outmakefile{}%
\tikzexternalmakefiledefaultdeprule
\immediate\write\tikzexternal@outmakefile{}%
Expand Down

0 comments on commit 314a00a

Please sign in to comment.