bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in coreutils/man/Makefile.am


From: Daniel Richard G.
Subject: Bug in coreutils/man/Makefile.am
Date: Mon, 1 Nov 2004 13:21:43 -0500
User-agent: Mutt/1.5.6+20040722i

Building coreutils-5.2.1 on a Sun machine, with the source tree on a 
separate read-only NFS mount:

----(cut here)----
Making all in src
make  all-am
Making all in doc
Making all in man
make: Fatal error: Don't know how to make target `../src/basename.c'
Current working directory /tmp/coreutils-5.2.1/man
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/coreutils-5.2.1
*** Error code 1
make: Fatal error: Command failed for target `all'
address@hidden:/tmp/coreutils-5.2.1> 
----(cut here)----

In man/Makefile.am, dependencies are specified as e.g.

  foo.1:  $(common_dep)  $(srcdir)/foo.x  ../src/foo.c

where you probably meant something more like

  foo.1:  $(common_dep)  $(srcdir)/foo.x  $(top_srcdir)/src/foo.c


Regards,


--Daniel


-- 
NAME   = Daniel Richard G.       ##  Remember, skunks       _\|/_  meef?
EMAIL1 = address@hidden        ##  don't smell bad---    (/o|o\) /
EMAIL2 = address@hidden      ##  it's the people who   < (^),>
WWW    = http://www.******.org/  ##  annoy them that do!    /   \
--
(****** = site not yet online)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]