Hi all,

 

I'm with the latest version of readline (readline-6.0).

I invoked building with :

cd /full/path/to/readline

./configure --prefix=$(shell pwd)

make

 

All work  perfectly.

Next, to clean my work, I do "make distclean" and it remove some files
in doc/ because of the rule:

maybe-clean:

      -if test "X$(topdir)" != "X$(BUILD_DIR)"; then \

            $(RM) $(DIST_DOCS); \

      fi

 

In doc/Makefile, I have :

topdir = ..

BUILD_DIR = /full/path/to/readline/

 

We can see that, the string is really different but point to the same
directory!

It is possible to fix this problem with some options in the 'configure'?

 

Regards.

 

 

Damien THOUMIN | Software engineer | IPANEMA Technologies

 

_______________________________________________
Bug-readline mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to