From 5164a68650093aff71e7b3e72cf8a34825043035 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 8 Jan 2016 05:20:32 -0600 Subject: [PATCH] buildsystem: update Makefile.in's --- authd/Makefile.in | 4 ++-- bandb/Makefile.in | 4 ++-- doc/Makefile.in | 4 ++-- extensions/Makefile.in | 4 ++-- modules/Makefile.in | 4 ++-- ssld/Makefile.in | 4 ++-- tools/Makefile.in | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/authd/Makefile.in b/authd/Makefile.in index bf27a7b6..cca60f3c 100644 --- a/authd/Makefile.in +++ b/authd/Makefile.in @@ -373,9 +373,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu authd/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign authd/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu authd/Makefile + $(AUTOMAKE) --foreign authd/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/bandb/Makefile.in b/bandb/Makefile.in index 810f7682..51ee3e48 100644 --- a/bandb/Makefile.in +++ b/bandb/Makefile.in @@ -385,9 +385,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bandb/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bandb/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu bandb/Makefile + $(AUTOMAKE) --foreign bandb/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/doc/Makefile.in b/doc/Makefile.in index af2d020e..4ae090c9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -322,9 +322,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu doc/Makefile + $(AUTOMAKE) --foreign doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/extensions/Makefile.in b/extensions/Makefile.in index b8de33c5..f788e972 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -662,9 +662,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu extensions/Makefile + $(AUTOMAKE) --foreign extensions/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/modules/Makefile.in b/modules/Makefile.in index 526d064e..6e08b433 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -753,9 +753,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu modules/Makefile + $(AUTOMAKE) --foreign modules/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/ssld/Makefile.in b/ssld/Makefile.in index 1255f920..edfb8a1f 100644 --- a/ssld/Makefile.in +++ b/ssld/Makefile.in @@ -372,9 +372,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ssld/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ssld/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu ssld/Makefile + $(AUTOMAKE) --foreign ssld/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/tools/Makefile.in b/tools/Makefile.in index 10b9038a..73645a38 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -372,9 +372,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tools/Makefile + $(AUTOMAKE) --foreign tools/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \