Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benkirk committed Feb 21, 2013
1 parent 58e7066 commit 30979a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions contrib/eigen/3.1.2/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# where to install our headers
#includedir=$(prefix)/include/libmesh

# definition of include_HEADERS - get from auto-maint# omit from 'make TAGS'
# omit from 'make TAGS'
TAGS:
tags:

# TODO: Automate maintenance of this list.
# Note: this list is valid for eigen 3.1.0.
# for file in `find Eigen -type f | grep -v CMakeLists.txt` ; do echo " $file \\" ; done
nobase_include_HEADERS = \
Eigen/Array \
Expand Down
3 changes: 1 addition & 2 deletions contrib/eigen/3.1.2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ vtkmajor = @vtkmajor@
vtkversion = @vtkversion@

# TODO: Automate maintenance of this list.
# Note: this list is valid for eigen 3.1.0.
# for file in `find Eigen -type f | grep -v CMakeLists.txt` ; do echo " $file \\" ; done
nobase_include_HEADERS = \
Eigen/Array \
Expand Down Expand Up @@ -956,7 +955,7 @@ uninstall-am: uninstall-nobase_includeHEADERS
tags uninstall uninstall-am uninstall-nobase_includeHEADERS


# definition of include_HEADERS - get from auto-maint# omit from 'make TAGS'
# omit from 'make TAGS'
TAGS:
tags:

Expand Down

0 comments on commit 30979a2

Please sign in to comment.