$NetBSD: patch-ag,v 1.3 2005/02/25 09:52:47 adam Exp $

--- ncdump/Makefile.orig	2004-12-18 18:08:01.000000000 +0000
+++ ncdump/Makefile
@@ -16,7 +16,7 @@ PACKING_LIST	= $(c_sources) $(headers) d
 		  test0.cdl ncdump.1 Makefile install-sh
 MANUAL		= ncdump.1
 
-lib_netcdf	= ../libsrc/libnetcdf.a
+lib_netcdf	= ../libsrc/libnetcdf.la
 
 # Don't use "-L../libsrc -lnetcdf" in the following because that doesn't
 # work on a CRAY T90 (sigh).
@@ -28,7 +28,7 @@ GARBAGE		= $(PROGRAM) test0.nc test1.nc 
 all:		$(PROGRAM)
 
 $(PROGRAM):	$(lib_netcdf) $(OBJS)
-	$(LINK.c) $(OBJS) $(ld_netcdf) $(LIBS) 
+	$(LINK.c) $(OBJS) $(ld_netcdf) $(LIBS)
 
 test:		$(PROGRAM) FORCE
 	$(NCGEN) -b test0.cdl
