From 229aac375db2f2d2f086b7765fe716548b03b6f0 Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Sat, 22 Apr 2000 03:01:11 +0000 Subject: [PATCH] Bug 34416: Use CHROME vars in Makefile.in instead of overwriting install targets (GTK only); r=harishd --- layout/html/forms/src/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/layout/html/forms/src/Makefile.in b/layout/html/forms/src/Makefile.in index 9c24dfdd151..6eb319e0408 100644 --- a/layout/html/forms/src/Makefile.in +++ b/layout/html/forms/src/Makefile.in @@ -56,6 +56,10 @@ CPPSRCS = \ override NO_SHARED_LIB=1 override NO_STATIC_LIB= +CHROME_DIR = communicator +CHROME_L10N_DIR = locale/layout +CHROME_L10N = ./HtmlForm.properties + include $(topsrcdir)/config/rules.mk DEFINES += -D_IMPL_NS_HTML @@ -66,6 +70,3 @@ INCLUDES += \ -I$(srcdir)/../../style/src \ -I$(srcdir)/../../content/src \ $(NULL) - -install:: $(TARGETS) - $(INSTALL) $(srcdir)/HtmlForm.properties $(DIST)/bin/chrome/communicator/locale/layout