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

Problem with Makefile?



Hi,

I attempted to install debbugs using the makefiles.  If I'm correct, 
using the source as in the repo requires something like the following.

$ perl Makefile.PL
$ make install
$ make -f Makefile.perl install

The problem is that a few of the lines in Makefile expand to the empty 
string.  For example:

$(foreach script,$(scripts_in), $(exec $(install_exec) $(script) $(scripts_dir)/$(script)))

expands to nothing. (as confirmed by `make --just-print install`).  So, 
the scripts do not get installed.  I assume that it really isn't 
intended for that to happen.

Thanks,

Allan.


Reply to: