Steve Youngs <youngs(a)xemacs.org> wrote:
The problem is that the Makefile sets
DATA_1_FILES = $(wildcard etc/cdtd/[hi]*)
Which is empty until after the build is finished. If you do a second
'make' (with out clean or distclean) the files in etc/cdtd/ get
installed.
A Makefile problem, I'd say.
Jerry, can you fix it?
I'm having trouble getting around to looking at this, but my first
impulse is to try:
DATA_1_FILES = etc/cdtd
which will (hopefully) package up the entire directory, regardless of
its contents. Does that work? If not, I'll look into it in more depth
in a couple of days.
--
Jerry James