Skip to content
Snippets Groups Projects
Commit 88149e9a authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: writing of Makefile.am had a misplaced delimiter

[[Imported from SVN: r5335]]
parent ca00a7ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment