From 0227cd8ec8ebd67adde5bd87155eacbef0b8fb3d Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Mon, 10 Jul 2000 17:21:17 +0000 Subject: [PATCH] Fix for objdir build bustage. git-svn-id: svn://10.0.0.236/trunk@73920 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/content/src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/mathml/content/src/Makefile.in b/mozilla/layout/mathml/content/src/Makefile.in index d874cddf2a3..1ae44b60a60 100644 --- a/mozilla/layout/mathml/content/src/Makefile.in +++ b/mozilla/layout/mathml/content/src/Makefile.in @@ -68,5 +68,5 @@ EXPORT_RESOURCE_CONTENT = \ $(NULL) install:: $(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/dtd - $(INSTALL) mathml.css $(DIST)/bin/res - $(PERL) mathml-css.pl $(DIST)/bin/res/ua.css + $(INSTALL) $(srcdir)/mathml.css $(DIST)/bin/res + $(PERL) $(srcdir)/mathml-css.pl $(DIST)/bin/res/ua.css