]> git.wh0rd.org Git - nano.git/commitdiff
remove reference to @includedir@ in src/Makefile.am, as it's unneeded
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 1 Sep 2004 22:08:57 +0000 (22:08 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 1 Sep 2004 22:08:57 +0000 (22:08 +0000)
and can break cross-compilation

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1927 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/Makefile.am

index abeec6631c28f83582d1b408e0725580ceb064cf..27dd6a6ca7148f09389306e2c1dc711eb452bbb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ CVS code -
          to do_browser(), do_justify(), do_help(), and main(). (DLR)
        - Simplify a few more translated messages. (DLR)
        - Translation updates (see po/ChangeLog for details).
+       - Remove reference to @includedir@ in src/Makefile.am, as it's
+         unneeded and can break cross-compilation. (DLR, found by Mike
+         Frysinger)
 - files.c:
   do_insertfile()
        - Readd the NANO_SMALL #ifdef around the start_again: label to
index e656711183d5996a61d8437d6b125e405b35b777..5f945339b23fb286b0dea3475afbe4228aa1dcab 100644 (file)
@@ -1,6 +1,6 @@
 DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"
 localedir = $(datadir)/locale
-INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
+INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\"
 
 ACLOCAL_AMFLAGS = -I m4