From e950e2de7ba9aa2720e77fe3aaf649822b22b745 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 24 Oct 2002 05:14:50 +0000 Subject: [PATCH] Trying this again with the correct case for LICENSE and README.txt git-svn-id: svn://10.0.0.236/trunk@132451 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 7c7b3db777e..24e582ed9dc 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -355,3 +355,9 @@ libs:: echo_objs: @echo $(OBJS) + +README_FILE = $(topsrcdir)/README.txt + +libs:: + $(INSTALL) $(README_FILE) $(DIST)/bin + $(INSTALL) $(topsrcdir)/LICENSE $(DIST)/bin