]> git.saurik.com Git - bison.git/commitdiff
* cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
authorJoel E. Denny <jdenny@clemson.edu>
Thu, 21 Jan 2010 23:51:29 +0000 (18:51 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Thu, 21 Jan 2010 23:53:16 +0000 (18:53 -0500)
(cherry picked from commit 97d520633b611829cbd867aec5479e8a9a2759a7)

ChangeLog
cfg.mk

index 598a51bbc0aea93f19c61f77f27278eabc06d40b..ad247f59c96385044b2b9b4f12ba1bdc15f34189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-21  Joel E. Denny  <jdenny@clemson.edu>
+
+       * cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
+
 2010-01-21  Joel E. Denny  <jdenny@clemson.edu>
 
        maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.
 2010-01-21  Joel E. Denny  <jdenny@clemson.edu>
 
        maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.
diff --git a/cfg.mk b/cfg.mk
index 4ecb8e22e084845be3444c7e1d6c74ab45fbee3d..8774d0e69d1f4a7718cc072390d8db52abd8befc 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -39,7 +39,7 @@ local-checks-to-skip = changelog-check
 
 # The local directory containing the checked-out copy of gnulib used in
 # this release.  Used solely to get a date for the "announcement" target.
 
 # The local directory containing the checked-out copy of gnulib used in
 # this release.  Used solely to get a date for the "announcement" target.
-gnulib_dir = $(srcdir)/../../gnulib
+gnulib_dir = $(srcdir)/gnulib
 
 bootstrap-tools = autoconf,automake,flex,gnulib
 
 
 bootstrap-tools = autoconf,automake,flex,gnulib