Jeff Trawick <[EMAIL PROTECTED]> writes:

> 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

note, this error occurs with the system make on Solaris and on
OS/390... 

I haven't tried GNU make...  obviously we need to make it work with
the system make

-- 
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