Skip to content

Commit

Permalink
fixed missing trailing slash in main makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ong committed Apr 9, 2015
1 parent 71cff13 commit f6c707e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXTRA_DIST = Doxyfile.in \
examples/implicit/run.sh \
examples/implicit_mkl/run.sh \
examples/brusselator_mkl/run.sh \
examples/brusselator_gsl/run.sh
examples/brusselator_gsl/run.sh \
examples/brusselator_mkl/timing.sh \
examples/brusselator_radau_mkl/timing.sh

examples/brusselator_radau_mkl/timing.sh \
doxygen-doc
7 changes: 4 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,10 @@ EXTRA_DIST = Doxyfile.in \
examples/implicit/run.sh \
examples/implicit_mkl/run.sh \
examples/brusselator_mkl/run.sh \
examples/brusselator_gsl/run.sh
examples/brusselator_gsl/run.sh \
examples/brusselator_mkl/timing.sh \
examples/brusselator_radau_mkl/timing.sh \
doxygen-doc

all: all-recursive

Expand Down Expand Up @@ -935,8 +938,6 @@ uninstall-am:
@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
@DX_COND_doc_TRUE@ mkdir -p @DX_DOCDIR@
@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
examples/brusselator_mkl/timing.sh \
examples/brusselator_radau_mkl/timing.sh

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Expand Down
2 changes: 1 addition & 1 deletion examples/brusselator_radau_mkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CPP = gcc -E
CPPFLAGS = -I/home/ongbw/opt/mkl/include -I/home/ongbw/opt/mkl/include/fftw
CPPFLAGS =
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
Expand Down

0 comments on commit f6c707e

Please sign in to comment.