pnetcdfv1.1.0 make install error

Don Morton Don.Morton at alaska.edu
Thu Jan 14 13:54:46 CST 2010


On Thu, Jan 14, 2010 at 10:47 AM, Don Morton <Don.Morton at alaska.edu> wrote:

>
>
> I had to go back to my O'Reilly book on "make" for the first time in ten
> years or so, but was able to fix it by modifying the Makefile entry
>
>
I'm sorry, it must have been the sheer excitement of having just joined a
new list that caused me to make this mistake :)

I made the change in "rules.make," not "Makefile"






> $(INCDIR)/$(HEADER_GENERATED):  $(INCDIR) $(HEADER_GENERATED)
> $(MODULE_GENERATED)
>         cp $(HEADER_GENERATED) $(MODULE_GENERATED) $@
>
> TO:
>
>
> $(INCDIR)/$(HEADER_GENERATED):  $(INCDIR) $(HEADER_GENERATED)
> $(MODULE_GENERATED)
>         cp $(HEADER_GENERATED) $(MODULE_GENERATED) $(INCDIR)
>
>
> (i.e. I replaced $@ with $(INCDIR) )
>


-- 
Arctic Region Supercomputing Center
http://www.arsc.edu/~morton/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/parallel-netcdf/attachments/20100114/cfff13fd/attachment.htm>


More information about the parallel-netcdf mailing list