From: Alexandre Duret-Lutz Date: Wed, 10 Dec 2003 17:23:21 +0000 (+0000) Subject: * Makefile.am (INSTALL): Copy the source from $(srcdir). X-Git-Tag: Release-1-8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c8452d73176ebfe44cef017af8fbe36daa54a4;p=thirdparty%2Fautomake.git * Makefile.am (INSTALL): Copy the source from $(srcdir). --- 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 $@ ################################################################