Hello, 

This seems something trivial, but I can't seem to find the real solution.

**************
Making all in doc 
make[2]: Entering directory 
`/var/tmp/portage/x11-wm/fvwm-9999-r10/work/fvwm/doc' 
cp ./index.html index.html 
Making all in fvwm 
cp: `./index.html' and `index.html' are the same file 
make[2]: *** [index.html] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
[blah blah blah]
**************

For now, it just compiles fine if you comment out the offending lines in
the Makefile. Patch to illustrate the workaround (I know it is not a
solution :P ):

**************
--- doc/Makefile.am     2007-07-15 12:46:07.000000000 +0200
+++ doc/Makefile.am     2007-07-14 20:57:34.000000000 +0200
@@ -19,5 +19,5 @@

all: $(HTML_FILES)

+#%.html: $(srcdir)/$@
+#      cp $(srcdir)/$@ $@
-%.html: $(srcdir)/$@
-       cp $(srcdir)/$@ $@
-- 
**************

Regards :)

Jesús Guerrero <[EMAIL PROTECTED]>

Reply via email to