From 62511cc634ae4bac0167a723ad22398137e1043a Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Fri, 1 Sep 2017 13:03:49 -0600 Subject: [PATCH] Removed a stray line in makefile.am --- ncdump/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncdump/Makefile.am b/ncdump/Makefile.am index 200b7f759..93db1c50f 100644 --- a/ncdump/Makefile.am +++ b/ncdump/Makefile.am @@ -169,7 +169,7 @@ run_ncgen_nc4_tests.sh tst_nccopy3_subset.sh ref_nccopy3_subset.nc # CDL files and Expected results SUBDIRS=cdl expected EXTRA_DIST += tst_ncgen_shared.sh tst_ncgen4.sh tst_ncgen4_classic.sh \ -tst_ncgen4_diff.sh tst_ncgen4_cycle.sh ref_ctest.c ref_ctest64.c \ +tst_ncgen4_diff.sh tst_ncgen4_cycle.sh ref_ctest.c ref_ctest64.c CLEANFILES += results/*.nc results/*.dmp results/*.dmp2 tmp*.cdl \ c5.nc compound_datasize_test.nc compound_datasize_test2.nc \