mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Object files are usually not found in the srcdir.
This commit is contained in:
parent
0dbabb9871
commit
3f1465a66e
@ -21,4 +21,4 @@ libmodphp4-so.a: all-recursive $(OBJS) sapi/libphpsapi.a $(REGEX_LIB)
|
||||
# Apache 1.3 shared module
|
||||
libphp4.so: libmodphp4-so.a $(REGEX_LIB)
|
||||
(cd sapi/apache; $(MAKE) mod_php4.o)
|
||||
$(APXS) $(INCLUDE) -c -o libphp4.so $(VERSION_SCRIPT) $(RPATHS) $(srcdir)/sapi/apache/mod_php4.o libmodphp4-so.a $(APXS_LDFLAGS) $(APXS_EXP)
|
||||
$(APXS) $(INCLUDE) -c -o libphp4.so $(VERSION_SCRIPT) $(RPATHS) sapi/apache/mod_php4.o libmodphp4-so.a $(APXS_LDFLAGS) $(APXS_EXP)
|
||||
|
Loading…
Reference in New Issue
Block a user