mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
fixes
This commit is contained in:
@@ -87,7 +87,7 @@ php: all-recursive $(OBJS) @REGEX_LIB@ @FHTTPD_LIB@ @TSRM_LIB@
|
||||
$(CC) $(CFLAGS) -o $(BINNAME) $(LDFLAGS) $(OBJS) $(LIBS)
|
||||
|
||||
# Apache modules
|
||||
libphp4.a libmodphp4.a: all-recursive $(OBJS)
|
||||
libphp4.a libmodphp4.a: all-recursive $(OBJS) @REGEX_LIB@
|
||||
$(AR) $@.tmp $(OBJS)
|
||||
$(srcdir)/scripts/armerge $@ $@.tmp ext/libphpext.a $(srcdir)/libzend/libzend.a @TSRM_LIB@
|
||||
@rm -f $@.tmp
|
||||
|
||||
@@ -10,7 +10,7 @@ if test -w configure.in.new || test -w acconfig.h.new ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
makefileams=`find ext -name Makefile.am -print`
|
||||
makefileams=`find ext -name Makefile.am -print | sort`
|
||||
makefiles=`echo $makefileams | sed -e 's/\.am//g'`
|
||||
echo "dnl $disclaimer" > configure.in.new
|
||||
sed -e "s#@@EXT_MAKEFILES@@#$makefiles#" configure.in.in >> configure.in.new
|
||||
|
||||
Reference in New Issue
Block a user