From: Zeev Suraski Date: Thu, 22 Apr 1999 22:28:17 +0000 (+0000) Subject: vpath fix X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=327fc20243e0891ef54a25f2b3d38708cb39f02b;p=php vpath fix --- diff --git a/Makefile.in b/Makefile.in index 11877f1914..d40d09baf5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)