From 4af1cfbaefb6581a1dfe83c71b1c20f58b8db234 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 --- xpfe/bootstrap/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xpfe/bootstrap/Makefile.in b/xpfe/bootstrap/Makefile.in index 7c7b3db777e6..24e582ed9dcd 100644 --- a/xpfe/bootstrap/Makefile.in +++ b/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