Ted Dustman wrote:
[]
>   cd back-hdb; make  all
> make[3]: *** No rule to make target `../../../build/top.mk', needed by 
> `Makefile'.  Stop.

This is very strange. You could try to get some more information by 
running the follwing:

/sw/src/fink.build/openldap23-2.3.27-10/openldap-2.3.27/servers/slapd/back-hdb
make -d Makefile 2>&1 | grep top.mk

The latter command will produce a lot of output (a couple hundred 
lines), but perhaps it will tell you why it thinks it wants to remake 
the file top.mk which normally should already be there and should not be 
remade.

For example, if the file does not exist, the output will start with the 
lines

    Considering target file `../../../build/top.mk'.
     File `../../../build/top.mk' does not exist.

and end with

     No implicit rule found for `../../../build/top.mk'.
     Finished prerequisites of target file `../../../build/top.mk'.
    Must remake target `../../../build/top.mk'.
make: *** No rule to make target `../../../build/top.mk', needed by 
`Makefile'.  Stop.

-- 
Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to