(sorry if this is a dup; just sent it from wrong system, and it
is sure to get held until somebody can verify)

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

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to