From 589e605a7d934f518ce3d163f5b14c7000de1c4c Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 14 Jan 2000 10:17:04 +0000 Subject: [PATCH] Hey, how about some sensitivity for us objdir users? :) Makefiles still cannot automagically determine where the actual files are for install targets so you have to specify it. --- docshell/base/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docshell/base/Makefile.in b/docshell/base/Makefile.in index d4ec048856ea..ffbe1c5de150 100644 --- a/docshell/base/Makefile.in +++ b/docshell/base/Makefile.in @@ -52,4 +52,4 @@ override NO_STATIC_LIB= include $(topsrcdir)/config/rules.mk install:: - $(INSTALL) appstrings.properties $(DIST)/bin/chrome/global/locale/en-US + $(INSTALL) $(srcdir)/appstrings.properties $(DIST)/bin/chrome/global/locale/en-US