mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Corrected an issue with out-of-source-tree builds, in support of https://github.com/Unidata/netcdf-c/issues/242
This commit is contained in:
parent
928c94367b
commit
829036ab7f
@ -100,7 +100,7 @@ EXTRA_DIST += ref_tst_diskless2.cdl CMakeLists.txt
|
||||
#MAINTAINERCLEANFILES = test_get.c test_put.c
|
||||
|
||||
all:
|
||||
cp $(top_srcdir)/libsrc/ncx.c .
|
||||
cp $(top_builddir)/libsrc/ncx.c .
|
||||
|
||||
CLEANFILES += ncx.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user