From 5ead7c0632cc54ae754a664c493240e0770ef0c3 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Thu, 12 Sep 2013 20:24:10 +0200 Subject: 1.1 buld cruft Running autogen.sh changes these files. Clearly they must be important. --- bin/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/Makefile.in b/bin/Makefile.in index 007a3b8..d32a493 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -221,9 +221,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu bin/Makefile + $(AUTOMAKE) --foreign bin/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ -- cgit v1.2.3