From 9568ae8d051f44b447a8a81ce4cd8aa2d1a1b07e Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Mon, 18 Oct 1999 20:43:11 +0000 Subject: [PATCH] Removing extra backslashes at the end of the install lines. Fixing build. --- intl/unicharutil/tables/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intl/unicharutil/tables/Makefile.in b/intl/unicharutil/tables/Makefile.in index 4be150688c7b..80992bf46a41 100644 --- a/intl/unicharutil/tables/Makefile.in +++ b/intl/unicharutil/tables/Makefile.in @@ -25,8 +25,8 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk install:: - $(INSTALL) $(srcdir)/htmlEntityVersions.properties $(DIST)/bin/res/entityTables \ - $(INSTALL) $(srcdir)/html40Latin1.properties $(DIST)/bin/res/entityTables \ - $(INSTALL) $(srcdir)/html40Symbols.properties $(DIST)/bin/res/entityTables \ + $(INSTALL) $(srcdir)/htmlEntityVersions.properties $(DIST)/bin/res/entityTables + $(INSTALL) $(srcdir)/html40Latin1.properties $(DIST)/bin/res/entityTables + $(INSTALL) $(srcdir)/html40Symbols.properties $(DIST)/bin/res/entityTables $(INSTALL) $(srcdir)/html40Special.properties $(DIST)/bin/res/entityTables