diff options
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r-- | c++/examples/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index c32ffae..2d9b939 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -484,6 +484,10 @@ uninstall-am: uninstall-info-am uninstall-local uninstall uninstall-am uninstall-info-am uninstall-local +# Some of the examples depend on files created by running other examples +readdata.chkexe_: create.chkexe_ +chunks.chkexe_: extend_ds.chkexe_ + $(EXAMPLEDIR): -$(top_srcdir)/bin/mkdirs $@ |