Skip to content

Commit

Permalink
FIX: Remove doc update to Makefile
Browse files Browse the repository at this point in the history
This is from a different PR.
  • Loading branch information
DWesl authored Feb 8, 2024
1 parent 2223e3a commit 1d09961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,6 @@ fseek_test :
@ cd tools ; /bin/rm -f fseeko64_test ; $(SCC) -DTEST_FSEEKO64 -o fseeko64_test fseek_test.c ; cd ..

# rule used by configure to test if this will compile with netcdf4
# Configure only every sets USENETCDFPAR to "1"
nc4_test:
if [ -z "$(USENETCDFPAR)" ] || [ $(USENETCDFPAR) -eq 0 ] ; then \
( cd tools ; /bin/rm -f nc4_test.{exe,nc,o} ; $(SCC) -o nc4_test.exe nc4_test.c -I$(NETCDF_C)/include $(NETCDF4_DEP_LIB) ; cd .. ) ; \
Expand Down

0 comments on commit 1d09961

Please sign in to comment.