From 04c8452d73176ebfe44cef017af8fbe36daa54a4 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 10 Dec 2003 17:23:21 +0000 Subject: [PATCH] * Makefile.am (INSTALL): Copy the source from $(srcdir). --- ChangeLog | 4 ++++ Makefile.am | 2 +- Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c360832a4..e64141331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-10 Alexandre Duret-Lutz + + * Makefile.am (INSTALL): Copy the source from $(srcdir). + 2003-12-09 Alexandre Duret-Lutz * lib/Automake/Rule.pm (define): Remove debugging traces. diff --git a/Makefile.am b/Makefile.am index 3442faf11..45bd7ff7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,7 @@ aclocal: aclocal.in Makefile ## This is where `make fetch' will install new versions. ## Make sure we also update this copy. INSTALL: lib/INSTALL - cp lib/INSTALL $@ + cp $(srcdir)/lib/INSTALL $@ ################################################################ ## diff --git a/Makefile.in b/Makefile.in index 247e04e5c..e1e395670 100644 --- a/Makefile.in +++ b/Makefile.in @@ -615,7 +615,7 @@ aclocal: aclocal.in Makefile mv -f $@.tmp $@ INSTALL: lib/INSTALL - cp lib/INSTALL $@ + cp $(srcdir)/lib/INSTALL $@ ################################################################ -- 2.47.2