From a43ae939fa2429c66170dc8ce01bc241af4e8d6d Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 15 Mar 2003 05:45:20 +0000 Subject: [PATCH] Avoid tainting srcdir for win32 builds. git-svn-id: svn://10.0.0.236/trunk@139501 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libreg/standalone/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/modules/libreg/standalone/Makefile.in b/mozilla/modules/libreg/standalone/Makefile.in index acb6e149915..5ebbc1b582b 100644 --- a/mozilla/modules/libreg/standalone/Makefile.in +++ b/mozilla/modules/libreg/standalone/Makefile.in @@ -50,6 +50,8 @@ ifeq ($(OS_ARCH),WINNT) GARBAGE += $(addprefix $(srcdir)/,$(MODULES_LIBREG_SRC_LCSRCS)) endif +SRCS_IN_OBJDIR = 1 + include $(topsrcdir)/config/rules.mk DEFINES += -DSTANDALONE_REGISTRY @@ -57,9 +59,5 @@ DEFINES += -DSTANDALONE_REGISTRY LOCAL_INCLUDES = -I$(srcdir)/../src export:: $(MODULES_LIBREG_SRC_CSRCS) -ifeq ($(OS_ARCH),WINNT) - $(INSTALL) $^ $(srcdir) -else $(INSTALL) $^ . -endif