From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Becker To: egcs@cygnus.com Subject: egcs NFS install problem Date: Tue, 28 Oct 1997 07:11:00 -0000 Message-id: X-SW-Source: 1997-10/msg01183.html I built on local machine, then tried make install via NFS. It failed: make[2]: Entering directory `/a/data/src/hppa1.1-hpux9.05/egcs-971023/gcc/f/runtime' make[2]: *** No rule to make target `/src/egcs-971023/gcc/f/runtime/f2c.h.in', needed by `../../include/f2c.h'. Stop. In gcc/f/runtime/Makefile we have hardcoded paths srcdir, VPATH, and top_srcdir, which were all local to the build machine. What can we do about this?