I've seen this on OS/390 and Solaris...

*.h in this section

EXPORT_FILES = $(top_srcdir)/include/*.h \
       $(top_srcdir)/os/$(OS_DIR)/*.h \
       $(top_srcdir)/srclib/apr/include/*.h \
       $(top_srcdir)/srclib/apr-util/include/*.h

exports.c: $(EXPORT_FILES)
        $(AWK) -f $(top_srcdir)/build/make_exports.awk $(EXPORT_FILES)
        > $@

is not being expanded by make, and it bails out with a message like
this since there is no file foo/*.h:

make: Error -- FSUM9415 Don't know how to make /u/trawick/apache/httpd-2.0/include/*.h

I haven't looked into this yet.  Maybe somebody knows a trick to get
the wildcards expanded?
-- 
Jeff Trawick

Reply via email to