Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
PR #1550 broke the build. It removed the data/config/README file but left a reference to it in Makefile.am. I'm removing that reference directly in the develop branch to get the Docker build, nightly regression test, and nightly Fortify build working.
  • Loading branch information
JohnHalleyGotway authored Nov 8, 2020
1 parent 42d6d4a commit 11b61de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion met/data/config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ config_DATA = \
WWMCARegridConfig_default \
PlotModeFieldConfig_default \
Point2GridConfig_default \
README \
README_TC

EXTRA_DIST = ${config_DATA}
Expand Down

0 comments on commit 11b61de

Please sign in to comment.