]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (INSTALL): Copy the source from $(srcdir).
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Dec 2003 17:23:21 +0000 (17:23 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Dec 2003 17:23:21 +0000 (17:23 +0000)
ChangeLog
Makefile.am
Makefile.in

index c360832a4b64b4ae5b6dd1300241d429093e2de1..e641413318036f7850caf0f73f64c35ad75d48a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-10  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * Makefile.am (INSTALL): Copy the source from $(srcdir).
+
 2003-12-09  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/Automake/Rule.pm (define): Remove debugging traces.
index 3442faf11882050bc153aca0697e9b21884dfb2f..45bd7ff7cfb24f324b49f4905bc1f0d6be8b1e32 100644 (file)
@@ -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 $@
 
 ################################################################
 ##
index 247e04e5cfcafab19c7f2715e67cb8c7c11674af..e1e39567032fc1f864afff5dbddb63b7c3392d22 100644 (file)
@@ -615,7 +615,7 @@ aclocal: aclocal.in Makefile
        mv -f $@.tmp $@
 
 INSTALL: lib/INSTALL
-       cp lib/INSTALL $@
+       cp $(srcdir)/lib/INSTALL $@
 
 ################################################################