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.

This commit is contained in:
cls%seawood.org 2000-01-14 10:17:04 +00:00
parent d0f68edd62
commit 589e605a7d

View File

@ -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