emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 12f8cfd: Fix last change in lib/Makefile.in


From: Eli Zaretskii
Subject: [Emacs-diffs] master 12f8cfd: Fix last change in lib/Makefile.in
Date: Sat, 18 Mar 2017 05:27:49 -0400 (EDT)

branch: master
commit 12f8cfdcaed29d1feb2a43fd7c2b7dfbf4b010cf
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix last change in lib/Makefile.in
    
    * lib/Makefile.in (srcdir): Define, as including
    $(srcdir)/../nt/gnulib-cfg.mk needs that.
---
 lib/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Makefile.in b/lib/Makefile.in
index bef5a8c..4e51ac6 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -17,6 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
+srcdir = @srcdir@
 VPATH = @srcdir@
 
 # Variables substituted by 'configure', and not autogenerated in gnulib.mk,



reply via email to

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