automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: small INSTALL: thinko


From: Alexandre Duret-Lutz
Subject: FYI: small INSTALL: thinko
Date: Wed, 10 Dec 2003 18:22:56 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

I'm checking this in.

2003-12-10  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (INSTALL): Copy the source from $(srcdir).

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.225
diff -u -r1.225 Makefile.am
--- Makefile.am 9 Dec 2003 21:24:10 -0000       1.225
+++ Makefile.am 10 Dec 2003 17:22:13 -0000
@@ -88,7 +88,7 @@
 ## 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 $@
 
 ################################################################
 ##
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]