* 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 c360832..e641413 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 3442faf..45bd7ff 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 247e04e..e1e3956 100644 (file)
@@ -615,7 +615,7 @@ aclocal: aclocal.in Makefile
        mv -f $@.tmp $@
 
 INSTALL: lib/INSTALL
-       cp lib/INSTALL $@
+       cp $(srcdir)/lib/INSTALL $@
 
 ################################################################