pnetcdf 1.0.1 VPATH build

Rob Ross rross at mcs.anl.gov
Mon May 1 20:16:43 CDT 2006


thanks! -- rob

Dries Kimpe wrote:
>   Hi,
> 
> there is a small error in the makefile in src/lib in the 1.0.1 version;
> $(srcdir) is missing in the rule to install the manual page.
> 
> --- old/Makefile.in     2006-04-25 17:52:48.002395500 +0200
> +++ new/Makefile.in     2006-04-25 17:52:40.249911000 +0200
> @@ -77,7 +77,7 @@
>         $(INSTALL) -m 644 $(srcdir)/$(HEADER) $(INCDIR)/$(HEADER)
> 
>         $(INSTALL) -d -m 755 $(MANDIR)/man3
> -       $(INSTALL) -m 644 $(MANUAL) $(MANDIR)/man3/$(MANUAL)
> +       $(INSTALL) -m 644 $(srcdir)/$(MANUAL) $(MANDIR)/man3/$(MANUAL)
> 
>         $(INSTALL) -d $(BINDIR)
>         $(INSTALL) -m 755 $(PROGRAM) $(BINDIR)/$(PROGRAM)
> 
> 
> Without this patch, VPATH builds fail to install...
> 
>   Greetings,
>   Dries
> 
> 
> 
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
> 




More information about the parallel-netcdf mailing list