From 88149e9a039530c2db8c652bef9ef26e189fc880 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Tue, 4 Nov 2008 16:02:57 +0000 Subject: [PATCH] bugfix: writing of Makefile.am had a misplaced delimiter [[Imported from SVN: r5335]] --- bin/duneproject | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/duneproject b/bin/duneproject index 45bfdf22c..98a3d5cb2 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -414,10 +414,11 @@ ${CMODULE}_LDADD = \$(MPI_LDFLAGS) \$(ALBERTA_LDFLAGS) \$(ALBERTA_LIBS) \$(AMIRA AUTOMAKE_OPTIONS = foreign 1.5 # pass most important options when "make distcheck" is used DISTCHECK_CONFIGURE_FLAGS = --with-dune=\$(DUNEROOT) CXX="\$(CXX)" CC="\$(CC)" -M_DELIM -include $(top_srcdir)/am/top-rules -include $(top_srcdir)/am/global-rules +include \$(top_srcdir)/am/top-rules +include \$(top_srcdir)/am/global-rules + +M_DELIM ################## STAMP-VC ################## touch $PROJECT/stamp-vc -- GitLab