From 327fc20243e0891ef54a25f2b3d38708cb39f02b Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 22 Apr 1999 22:28:17 +0000 Subject: [PATCH] vpath fix --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1