diff options
-rw-r--r-- | gnuplot_eps.mk | 1 | ||||
-rw-r--r-- | gnuplot_ltx_eps.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnuplot_eps.mk b/gnuplot_eps.mk index aa7730a..af9b411 100644 --- a/gnuplot_eps.mk +++ b/gnuplot_eps.mk @@ -36,3 +36,4 @@ endif dest_dir_gnuplot: $(INSTALL) -d -m 0755 $(pics_destdir) +.INTERMEDIATE: $(gnuplot_eps_targets) diff --git a/gnuplot_ltx_eps.mk b/gnuplot_ltx_eps.mk index 2b3eaa0..9b1f869 100644 --- a/gnuplot_ltx_eps.mk +++ b/gnuplot_ltx_eps.mk @@ -52,3 +52,4 @@ endif dest_dir_ltx_gnuplot: $(INSTALL) -d -m 0755 $(pics_destdir) +.INTERMEDIATE: $(gnuplot_ltx_eps_targets) $(gnuplot_ltx_tex_targets) |