mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
vpath fix
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ OBJS = main.o internal_functions.o snprintf.o php3_sprintf.o \
|
||||
safe_mode.o fopen-wrappers.o php3_realpath.o alloca.o output.o \
|
||||
php_ini.o
|
||||
|
||||
PHPLIBS = -L@top_srcdir@/libzend -lzend -L@top_srcdir@/ext -lphpext
|
||||
PHPLIBS = -L@top_srcdir@/libzend -lzend -Lext -lphpext
|
||||
LIBS = $(PHPLIBS) $(EXTRA_LIBS) @LIBS@
|
||||
|
||||
all: $(BINNAME)
|
||||
|
||||
Reference in New Issue
Block a user