[PHP-DEV] dbase From: sas <email protected>
Date: 02/27/99

while configuring --with-apache=... --with-dbase, libdbf.a does not get build
automatically.

BINNAME = libmodphp3.a
...
all: $(BINNAME)
...
libmodphp3.a: $(OBJS) $(FUNCTIONS) dbase/dbf_head.o dbase/dbf_rec.o
dbase/dbf_misc.o dbase/dbf_ndx.o

I don't see why libmodphp3.a depends on dbase/*.o files - the Makefile does
not have any rule to build it. They should be replaced through dbase/libdbf.a
since we have a rule for it.

dbase/libdbf.a:
    (cd dbase; $(MAKE))

-- 

Regards,

Sascha Schumann | Consultant | finger sas <email protected> | for PGP public key

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>