diff options
Diffstat (limited to 'c++/examples')
-rw-r--r-- | c++/examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 638cec6..fd7c650 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -249,7 +249,7 @@ all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/config/commence.am $(top_srcdir)/config/conclude.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign c++/examples/Makefile + $(AUTOMAKE) --gnu c++/examples/Makefile Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |