From d0f90735cd715e125e0e7eaff69c6890044bb740 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" <mscott%netscape.com> Date: Thu, 22 Jun 2000 08:46:18 +0000 Subject: [PATCH] backing out dauphin's fix for my objdir breakage as it seems to break non-objdir linux builds. --- uriloader/exthandler/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uriloader/exthandler/Makefile.in b/uriloader/exthandler/Makefile.in index 4e8c0a50fb5c7..bd5510ca869e7 100644 --- a/uriloader/exthandler/Makefile.in +++ b/uriloader/exthandler/Makefile.in @@ -22,7 +22,7 @@ DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ -VPATH = @srcdir@:@srcdir@/unix +VPATH = @srcdir@ MODULE = exthandler LIBRARY_NAME = exthandler_s @@ -42,7 +42,7 @@ XPIDLSRCS = \ CPPSRCS = \ nsExternalHelperAppService.cpp \ - nsOSHelperAppService.cpp \ + unix/nsOSHelperAppService.cpp \ $(NULL) -- GitLab